Skip to main content
When Augment Code Review identifies issues in your pull request, you can use the “Fix in Augment” button inside the comment to automatically address the issue. Fix in Augment button Options include:
  • Open in Agent Session: For VS Code only, allows you to copy the prompt and start a new thread inside the Augment Code extension
  • Copy to Clipboard: Allows you to paste the prompt into your preferred environment, e.g. Auggie CLI, Augment Code for JetBrains, etc.
Fix in Augment options
Reminder: To use “Fix in Augment”, make sure you have connected your GitHub account in your IDE extension settings under Integrations / Services. This allows Augment to access your repository and create fixes directly in your IDE.

Best Practices

Review the Fix: Always review the changes proposed by Agent before accepting them. While Agent has full context, you should verify the fix aligns with your intent. Test the Changes: Run your tests after applying the fix to ensure the issue is resolved and no new issues are introduced. Update the PR: After pushing your fix, you can reply to the Code Review comment to indicate you’ve addressed the issue. Request Follow-up Review: If you make significant changes, consider requesting another review by commenting auggie review on your PR.