Skip to content

Add Git AutoReview — AI code review for VS Code#1792

Open
vitalii4reva wants to merge 2 commits intoanalysis-tools-dev:masterfrom
vitalii4reva:add-git-autoreview
Open

Add Git AutoReview — AI code review for VS Code#1792
vitalii4reva wants to merge 2 commits intoanalysis-tools-dev:masterfrom
vitalii4reva:add-git-autoreview

Conversation

@vitalii4reva
Copy link
Copy Markdown

@vitalii4reva vitalii4reva commented Apr 3, 2026

Tool

Git AutoReview — AI code review extension for VS Code that uses three models (Claude, GPT, Gemini) to review pull requests for bugs, security vulnerabilities, and performance issues. Works with GitHub, GitLab, and Bitbucket.

  • Homepage: https://gitautoreview.com
  • Type: IDE extension (VS Code)
  • License: Proprietary (free tier available)
  • Languages: JavaScript, TypeScript, Python, Go, Java, C#, Ruby, PHP, and more

Why it fits this list

Most AI code review tools auto-publish comments straight to your PR — no human filter, no way to catch when the model hallucinates. Git AutoReview takes a different approach: every AI suggestion shows up as a draft inside VS Code, and you approve, edit, or reject each one before it touches your pull request.

It ships with 20+ built-in security rules — SQL injection, XSS, hardcoded secrets, insecure crypto, path traversal, CORS wildcards, empty catch blocks — plus an AI security pass that catches logic-level vulnerabilities like auth bypasses and SSRF.

There's a free tier with 10 reviews/day, no expiry, no credit card. If you already have Claude Code or GitHub Copilot, plug in your API key through BYOK and the extension works at zero extra cost. Paid plans ($9.99/$14.99) add team features.

It also has a pre-commit review mode — you can review staged changes before they enter git history, not just after a PR is open. That's a shift-left approach that most tools in this list don't offer.

Checklist

  • Tool is actively maintained (regular updates)
  • Available on VS Code Marketplace with active installs
  • Project exists for 3+ months
  • YAML file added to data/tools/
  • Description under 500 characters
  • Tags from data/tags.yml

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