Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt

Use this file to discover all available pages before exploring further.

Code Review Experts

Install one or more code review Experts during onboarding by selecting them in the Pick Experts step. Three specialized reviewers are available, each suited to a different stage or style of code review.

Deep Code Reviewer

Performs an exhaustive, line-by-line review of every changed line in a PR and posts inline comments directly to GitHub. This Expert is non-interactive — it runs to completion autonomously, making it ideal as an automated step in your PR workflow.
  • Best for: Catching bugs, style violations, and logic errors across the full diff before a human reviewer picks it up
  • How to use: Start a Session with the Deep Code Reviewer Expert and provide the PR URL. The agent analyzes every changed line and posts its findings as inline GitHub comments.

Intent Reviewer

Walks a human reviewer through a PR interactively, focusing on intent, history, and engineering judgement rather than surface-level syntax. This Expert is designed to augment the human reviewer — helping them understand the why behind changes, not just the what.
  • Best for: Complex or high-stakes PRs where understanding context, design decisions, and potential second-order effects matters
  • How to use: Start a Session with the Intent Reviewer Expert, provide the PR URL, and engage interactively. The agent guides you through the changes, surfacing relevant history and helping you ask the right questions.

PR Risk Analyzer

Triages newly opened PRs and classifies them as either rubber-stamp-safe (low risk, can be merged with minimal review) or needing deeper review (higher risk, route to Intent Reviewer). This Expert uses the Intent Reviewer under the hood for PRs that warrant closer inspection.
  • Best for: Teams with high PR volume who want to focus human review time where it matters most
  • How to use: Configure the PR Risk Analyzer as an automated trigger on new PR creation. It evaluates each PR and surfaces a triage verdict — flagging risky PRs for the Intent Reviewer and clearing low-risk ones for fast merge.

See Also

  • PR Author — let an agent open and shepherd PRs that the reviewers above will then evaluate.
  • End-to-End Tester — pair code review with a real-world verification pass before merge.
  • GitHub configuration — wire up the triggers that fire these reviewers automatically.