DEV Community

Jay Elsheikh
Jay Elsheikh

Posted on

How I set up automated AI code reviews on Azure devops (under 60 seconds) with no CI or coding

I built an open source Browser extension called ThinkReview to work seamlessly with Azure DevOps — a tool that automatically reviews Pull Requests using any LLM, whether cloud-based or on premise (TFS) without leaving your browser

And the best part?

1- Opensource:

https://github.com/Thinkode/thinkreview-browser-extension

2- Works on your browser (Chrome , Edge or Firefox )

3- It works out of the box on dev.azure.com and company.visualstudio.com

4- If you have on premise ADO with custom domain, All you need is to add the custom domain and your PAT in the extension

5- Chat with your Pull Requests

7- All while on the same page of your PR

  • I focused on the Ease of Setup and to still maintain the human factor rather than a bot that auto post cluttered comments that developers can miss
  • Setup takes less than 60 seconds without the need for any coding or integration with CI
  • It doesn’t spam your PR with Bot comments which will clutter your PR
  • You won’t need to leave your azure PR page or change to a different tool
  • Supports legacy Azure on premise formely known TFS down to 2016

Try It Out
Install from Chrome Web Store:

👉 ThinkReview: AI Code Reviews for Azure DevOps

Firefox users:

👉 ThinkReview on Firefox

Top comments (0)