Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Continuous AI ReviewerNew to Visual Studio Code? Get it now.
Continuous AI Reviewer

Continuous AI Reviewer

TheApiGuys

|
4 installs
| (1) | Free
Continuous AI reviewer with GitHub Copilot AI workflow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Continuous AI Reviewer

Continuous AI Reviewer watches a Git repo and generates AI-powered code reviews using the VS Code Language Model API (Copilot). It surfaces findings as inline decorations, diagnostics (Problems panel), and a generated review file stored in the extension's global storage.

Demo

Continuous AI Reviewer Demo

Features


  • Automatic code reviews — Watches your Git repository and generates AI-powered reviews on new commits
  • Manual trigger — Generate a review anytime with the "Generate Review Now" command
  • Inline editor feedback — View issues directly in your editor with decorations, hover details, and quick actions
  • Problems panel integration — See all issues in the Problems panel with Quick Fix options to dismiss them
  • Model selection — Choose your preferred Copilot model before generating reviews
  • Real-time streaming — Reviews are generated and streamed in real-time

Usage


Commands

  • continuous-ai-reviewer.openReview — Open the generated review
  • continuous-ai-reviewer.generateReviewNow — Manually generate a review for the latest commit
  • continuous-ai-reviewer.selectModel — Choose which Copilot model to use for reviews

How It Works

  1. The extension watches your Git repository for new commits
  2. When a commit is detected, it automatically generates an AI-powered code review
  3. Issues are displayed as inline decorations in the editor and in the Problems panel
  4. Dismiss issues individually or view the full review file at any time

Getting Help & Support


Report Issues

Found a bug or have a feature request? Report it on GitHub

Contribute to the Project

We welcome contributions! Help us improve Continuous AI Reviewer by contributing on GitHub

Troubleshooting


  • No reviews generating? Ensure GitHub Copilot is installed, you're signed in, and have granted the necessary permissions
  • Issues not showing? Check the "Continuous AI Reviewer" output channel for debug information
  • Performance issues? Large diffs may be truncated (~50KB) to avoid token limits. Consider the size of your commits

License

MIT

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft