Documentation

Git AutoReview Documentation

Learn how to set up AI code review for your Bitbucket repositories. Review your first PR in 5 minutes.

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

Bitbucket Native

Full support for Cloud, Server, and Data Center deployments

Set Up in 5 Minutes

Quick Start
// 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 Bitbucket repository
{
  "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 Code extension, add your API keys, configure your 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. GPT-4 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 Key) on all plans. Use your own Claude, Gemini, or GPT 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 Code Marketplace and review your first PR in 5 minutes. No credit card required.