5 Minute Setup
Getting Started
Set up Git AutoReview and review your first pull request in 5 minutes. No complex configuration required.
Prerequisites
- VS Code 1.85.0 or higher
- Bitbucket Cloud or Server account
- API key for at least one AI provider (Anthropic, Google, or OpenAI)
1
Install the Extension
Install Git AutoReview from VS Code Marketplace
Option 1: VS Code 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 for the best code review quality.
3
Add Repository
Configure your Bitbucket repository
Bitbucket Cloud
{
"type": "cloud",
"workspace": "your-workspace",
"repo": "your-repo-slug"
}
Bitbucket Server / Data Center
{
"type": "server",
"baseUrl": "https://bitbucket.company.com",
"projectKey": "PROJ",
"repo": "your-repo"
}
Bitbucket Credentials
- Cloud: Create an App Password with read/write permissions - Server: Create a Personal Access Token in your profile settings4
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.
Next Steps
Ready to Start?
Install Git AutoReview and review your first PR in 5 minutes.
Install from VS Code Marketplace