Learn how to set up AI code review for your GitHub, Bitbucket & GitLab repositories. Review your first PR in 5 minutes.
Install and review your first PR in 5 minutes
API keys, repositories, and settings reference
Claude, Gemini, GPT — choose the right model
Cloud and Enterprise setup
Cloud, Server, and Data Center setup
Cloud and Self-Managed setup
Acceptance criteria verification
BYOK, no code storage, privacy-first design
Review and approve AI suggestions before publishing to your PR
Choose Claude, Gemini, or GPT — or compare two models side-by-side
Use your own API keys for full cost control and privacy
Full support for GitHub, GitLab (Cloud & Self-Managed), and Bitbucket (Cloud, Server, Data Center)
// 1. Install from VS Code Marketplace
// Search: "Git AutoReview"
// 2. Open Command Palette (Cmd+Shift+P)
// Run: "Git AutoReview: Open Settings"
// 3. Add your API keys
{
"anthropic": "sk-ant-...", // Claude
"google": "AIza...", // Gemini
"openai": "sk-..." // GPT
}
// 4. Add your repository (GitHub, Bitbucket, or GitLab)
// GitHub:
{ "type": "github", "owner": "your-org", "repo": "your-repo" }
// Bitbucket:
{ "type": "cloud", "workspace": "your-workspace", "repo": "your-repo" }
// GitLab:
{ "type": "gitlab", "owner": "your-group", "repo": "your-project" }
// 5. Click "Review" on any PR — done! 🎉Install Git AutoReview from VS Code Marketplace and review your first PR in 5 minutes. No credit card required.