I built an open-source chrome extension for code review agents on Gitlab PRs

I built an open source browser extension called ThinkReview , It’s main purpose is to provide private code review , code suggestions and allows you to chat with the PR

gitlab-code-suggestions-agents

The extension shows on the side of the PR pages and only you can see the actual review . It does not auto post any comments or clutter your PR .
It only helps you as a reviewer to understand the PR and get scoring on best practices , critical and security issues.

You can ask it to generate comments , or you could build your own custom review agents for niche analysis and answers

It supports Ollama so reviews can run locally or you can use the cloud with more than 15 frontier models

Its’s available on both chrome and firefox

Github repo :

Cool. Gotta love what we can do these days. :slight_smile:

Its a great time to be a builder !!