Try Git AutoReview free on VS Code
Install →5 Minute Setup
Getting Started
Set up Git AutoReview and review your first pull request in 5 minutes. No complex configuration required.
Prerequisites
- VS CodeIcon 1.85.0 or higher
- GitHub or Bitbucket account
- API key for at least one AI provider (Anthropic, Google, or OpenAI)
1
Install the Extension
Install Git AutoReview from VS CodeIcon Marketplace
Option 1: VS CodeIcon Marketplace
Option 2: Direct Link
Option 3: Command Line
code --install-extension vitalii4reva.git-autoreview
2
Add API Keys
Configure at least one AI provider
Open Settings
Add Your API Keys
💡 Tip: Start with Claude — it tends to give the most detailed feedback.
3
Add Repository
Configure your GitHub or Bitbucket repository
GitHub
{
"type": "github",
"owner": "your-org-or-username",
"repo": "your-repo"
}
Bitbucket Cloud
{
"type": "cloud",
"workspace": "your-workspace",
"repo": "your-repo-slug"
}
Credentials
- GitHub: Create a Personal Access Token with repo scope - Bitbucket CloudIcon: Create an App Password with read/write permissions4
Review Your First PR
Run AI analysis on a pull request
Start Reviewing
Review Workflow
🎉 That's it! You've completed your first AI code review.
💡 Tip: After 3 anonymous reviews, you'll be prompted to register with your email to unlock 10 reviews per day on the free tier.
Next Steps
Ready to Start?
Install Git AutoReview and review your first PR in 5 minutes.
Install from VS CodeIcon Marketplace