Visit augmentcode.com and click Sign Up. Complete registration with your email address, verify your email, and accept the terms of service during onboarding.
2
Connect GitHub to Configure your Repos for Code Review
Log in to app.augmentcode.com, navigate to Settings → Code Review → Configuration, and click Connect GitHub. You’ll be redirected to GitHub to authorize the app. Select the repositories you want to grant access to (all repositories or specific repos) and click Install & Authorize.
3
Choose Your Review Style
While on Configuration, select your preferred review style. Thorough (default) provides comprehensive coverage, catching 50% more bugs, while Precise focuses on the most critical issues with fewer comments. Learn more about Review Styles.
4
Set Review Trigger for Repositories
Navigate to Settings → Code Review → Configuration. Under Repositories, set the Review Trigger for each repository: Automatic (review triggers when a PR comes out of draft), Manual Command (review triggers by commenting auggie review), or Disabled (no reviews).
5
Submit Your First Review
Create a pull request on GitHub in any enabled repository. For automatic reviews, mark the PR as “ready for review” and Augment will analyze it within minutes. For manual reviews, add a comment with auggie review to trigger the analysis.
1
Contact Your Enterprise Administrator
Before using Code Review, your Enterprise Plan administrator must enable the feature for your organization. Request access to specific repositories or organization-wide access, and confirm any custom enterprise policies or guidelines. Provide your GitHub organization name and list of repositories you want to enable.
2
Install the Augment GitHub App
If not already installed, navigate to app.augmentcode.com/settings/code-review and click Connect GitHub. Select your organization (requires organization admin permissions), choose repository access level, and click Install & Authorize. See Setup Guide for Enterprise for detailed instructions.
3
Choose Your Review Style
Navigate to Settings → Code Review → Configuration, select your preferred review style. Thorough (default) provides comprehensive coverage, catching 50% more bugs, while Precise focuses on the most critical issues with fewer comments. Review style will apply to all Repositories. Learn more about Review Styles.
4
Set Review Trigger for Repositories
For Admins: Navigate to Settings → Code Review → Configuration. Under Repositories, set the Review Trigger for each repository: Automatic (review triggers when a PR comes out of draft), Manual Command (review triggers by commenting auggie review), or Disabled (no reviews). For Non-Admins: Contact your administrator to request access to additional repositories.
5
Start Using Code Review
Create a pull request in an enabled repository. For automatic reviews, mark the PR as “ready for review”. For manual reviews, comment auggie review. Code Review will analyze and post review comments. Address feedback and use the Fix with Augment button to resolve issues in your IDE.
Setup Guide for Enterprise Plan
Enterprise Plan administrators can configure Augment Code Review and grant repository access on GitHub.
Follow these steps if you are on an Indie, Standard, or Max plan.
1
Connect GitHub to Configure your Repos for Code Review
Visit app.augmentcode.com/settings/code-review and log in. Click Connect GitHub to Get Started to install the Augment GitHub App. You’ll be redirected to GitHub to authorize the app and select repositories. Choose All repositories for organization-wide access or Only select repositories for specific repos, then click Install & Authorize.
2
Set Review Trigger for Repositories
As an Administrator, navigate to Settings → Code Review → Configuration. Under Repositories, set the Review Trigger for each repository: Automatic (review triggers when a PR comes out of draft), Manual Command (review triggers by commenting auggie review), or Disabled (no reviews).
3
Choose Your Review Style
While on Configuration, select your preferred review style. Thorough (default) provides comprehensive coverage, catching 50% more bugs, while Precise focuses on the most critical issues with fewer comments. Learn more about Review Styles.
4
Start Reviewing Pull Requests
Create or open a pull request in GitHub. For automatic reviews, mark the PR as “ready for review”. For manual reviews, comment auggie review, augment review, or augmentcode review. Code Review will add 👀 to show it’s reviewing and post comments on any issues found.
Setup Guide for All Other Plans
Learn more about setting up Augment Code Review for Indie, Standard, and Max plans.
Context powered code reviews focus on high-impact issues
Augment Code Review prioritizes high signal-to-noise ratio by focusing on high-impact issues:
Bugs: Logic errors, edge cases, and potential runtime issues
Security concerns: Vulnerabilities, unsafe operations, and data exposure risks
Correctness: Null handling and error management
Cross-system problems: Breaking changes, API compatibility, and integration issues
The agent avoids low-value style nags and focuses on objective issues by gathering context from multiple sources:
PR Contents: The agent analyzes the complete code diff to understand what changed and why.
Entire Repository: Through Augment’s Context Engine, the agent has access to your full codebase, enabling it to identify cross-system impacts and maintain consistency with existing patterns.
PR Title and Description: More detailed PR descriptions help the agent provide better, more targeted reviews. Include information about:
Write detailed PR descriptions: The more context you provide in your PR title and description, the better the agent can understand your intent and provide relevant feedback.Use custom guidelines: Define repository-specific review guidelines to help the agent focus on your team’s priorities and domain-specific concerns.Provide feedback: Give feedback on comments using the thumbs up emoji to indicate whether the comment is useful or thumbs down if the comment was not helpful.Ask for a follow-up review: If you make significant changes to the PR and want another review, then ask for a follow-up review by commenting on your PR with the same comments as a manual request: auggie review, augment review, or augmentcode review. The agent will add 👀 to the comment so you know it is reviewing the PR.