Skip to content

Add Git AutoReview to Tools section#104

Open
vitalii4reva wants to merge 1 commit into
joho:mainfrom
vitalii4reva:add-git-autoreview
Open

Add Git AutoReview to Tools section#104
vitalii4reva wants to merge 1 commit into
joho:mainfrom
vitalii4reva:add-git-autoreview

Conversation

@vitalii4reva
Copy link
Copy Markdown

@vitalii4reva vitalii4reva commented Apr 3, 2026

Added Git AutoReview to the Tools section in alphabetical order (between Gerrit and GitHub).

What it does

Git AutoReview is a VS Code extension that runs AI code review on pull requests using Claude, GPT, and Gemini. But the part that matters for this list: it doesn't auto-post comments to your PR like most AI review bots do.

Every suggestion appears as a draft inside VS Code. You read it, decide if it's useful, edit the wording if needed, and only then does it get published to your pull request. That human-in-the-loop step is the whole point — AI hallucinates often enough that a review tool without an approval gate creates noise instead of value.

What makes it different from the other tools already on this list

  • You approve before publish — nothing hits your PR without your say-so
  • Three AI models — Claude, Gemini, GPT. Run two in parallel for a second opinion
  • Pre-commit review — review staged changes before they enter git history, not just after a PR exists
  • Review profiles — swap between security-focused, performance, or style rules per repo
  • BYOK — bring your own API key, code goes directly to your AI provider. If you already pay for Claude Code or GitHub Copilot, the extension costs nothing extra
  • All three platforms — GitHub, GitLab (including Self-Managed), Bitbucket (including Server/DC)

Free tier: 10 reviews/day, no expiry, no credit card.

@vitalii4reva
Copy link
Copy Markdown
Author

Hi! Bumping this as a friendly reminder — no rush at all. Git AutoReview has been on the VS Code Marketplace for a while now and works across GitHub, GitLab, and Bitbucket. Happy to adjust the entry format if anything doesn't fit the list's style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant