Skip to main content

Command Palette

Search for a command to run...

Built an AI code review tool for Azure DevOps PRs that works directly in the browser

Code Review with Minimal setup works out of the box

Published
2 min read
Built an AI code review tool for Azure DevOps PRs that works directly in the browser

I've been building an AI code review tool (ThinkReview) and just added Azure DevOps support. Some of you might have seen my previous post about the GitLab version - got great feedback there, so I'm bringing it to Azure DevOps too.

The problem I was trying to solve:

I got tired of constantly switching between Azure DevOps and external AI tools for code reviews. Every tool I tried required copying code, switching tabs, waiting for analysis, then switching back. It completely broke my flow.

So I built something that works directly in your browser on Azure DevOps PR pages - no context switching, no copying/pasting. Just click a button and get AI reviews right where you're already working.

Quick demo:

Azure DevOps AI Copilot Demo

The extension adds an AI Review button that stays visible during SPA navigation, so you can review PRs instantly without leaving the page.

What I'm looking for:

  • Does this solve a real problem for you, or am I missing something?

  • What features would make this actually useful for your workflow?

  • Any Azure DevOps-specific quirks I should be aware of?

I've been using it myself for a few weeks and it's saved me a ton of time, but I'd love to hear from others who actually review Azure DevOps PRs regularly.

If you want to try it: Chrome Web Store - free tier available. Works with both GitLab and Azure DevOps.

Honest feedback welcome - what would make this tool better for your team?