The problem: I was constantly switching between Azure DevOps and external AI tools for code reviews. Copying code blocks, losing context, breaking flow.
The solution: An extension that adds an "AI Review" button directly on PR pages. It uses Azure DevOps Git APIs to fetch actual code diffs and provides instant reviews right where you're working. Works with both dev.azure.com and visualstudio.com URL formats.
Key features: - Zero context switching - everything happens in-browser - Persists during SPA navigation - Uses Git APIs for accurate code analysis - Simple setup (just add PAT token)
Demo: https://thinkreview.dev/media/thinkreview-azure-devops-full....
I've been using it for a few weeks and it's saved me significant time. Would love feedback from other Azure DevOps users: - Does this solve a real problem for you? - What features would make it more useful? - Any Azure DevOps-specific quirks I should be aware of?
Available: https://chromewebstore.google.com/detail/thinkreview-ai-code...
More details: https://thinkreview.dev/blog/i-built-an-ai-code-review-tool-...