Forum Discussion
Adding CodeReview and Feedback WorkItems
I’ve been looking for a similar workflow—the ability to just open a branch or commit and start reviewing/chatting about the code without the friction of opening a formal Pull Request.
I built a browser extension called ThinkReview (its opensource) that might help with this specific gap. It integrates directly into the Azure DevOps (and GitHub/GitLab) UI.
While it’s designed to help with PRs, because it works as an overlay in the browser, you can use it to analyze diffs and ask questions about code on any screen where code is visible in Azure DevOps. It also lets you run local LLMs (like Llama 3 via Ollama) so your code stays private/local, which solves the security concern of sending code to external AI bots.
It’s open source if you want to check it out: https://github.com/Thinkode/thinkreview-browser-extension