Git AutoReview Documentation
Learn how to set up AI code review for your GitHub & Bitbucket repositories. Review your first PR in 5 minutes.
Getting Started
Install and review your first PR in 5 minutes
Configuration
API keys, repositories, and settings reference
AI Models
Claude, Gemini, GPT — choose the right model
GitHub Integration
CloudIcon and Enterprise setup
Bitbucket Integration
CloudIcon, ServerIcon, and Data Center setup
Jira Integration
Acceptance criteria verification
Security & Privacy
BYOK, no code storage, privacy-first design
Why Git AutoReview?
Human-in-the-Loop
Review and approve AI suggestions before publishing to your PR
Multi-Model AI
Choose Claude, Gemini, or GPT — or compare two models side-by-side
BYOK Support
Use your own API keys for full cost control and privacy
GitHub & Bitbucket
Full support for GitHub and Bitbucket (CloudIcon, ServerIcon, Data Center)
Set Up in 5 Minutes
// 1. Install from VS CodeIcon 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 or Bitbucket)
// GitHub:
{ "type": "github", "owner": "your-org", "repo": "your-repo" }
// Bitbucket:
{ "type": "cloud", "workspace": "your-workspace", "repo": "your-repo" }
// 5. Click "Review" on any PR — done! 🎉Frequently Asked Questions
How long does it take to set up Git AutoReview?
About 5 minutes. Install the VS CodeIcon extension, add your API keys, configure your GitHub or Bitbucket repository, and you're ready to review PRs.
Which AI model should I use for code review?
Claude (Anthropic) is recommended for deep code understanding. Gemini is faster for large PRs. OpenAI is great for general-purpose review. You can also use Dual-Model mode to compare two models.
Does Git AutoReview store my code?
No. Your code is sent directly to your chosen AI provider (Anthropic, Google, or OpenAI) for analysis. We don't store, log, or have access to your code.
Can I use my own API keys?
Yes! Git AutoReview supports BYOK (Bring Your Own KeyIcon) on all plans. Use your own Claude, Gemini, or OpenAI API keys for full cost control and privacy.
Does Git AutoReview auto-publish comments?
No. Git AutoReview uses a human-in-the-loop approach. You review each AI suggestion, approve or reject it, and only then publish to your PR. You're always in control.
Ready to Get Started?
Install Git AutoReview from VS CodeIcon Marketplace and review your first PR in 5 minutes. No credit card required.