Hi Gerrit community,
I’m working on ThinkReview, an open-source browser extension for AI-assisted code reviews directly inside code review pages.
The extension currently supports pull/merge requests on GitHub, GitLab, Bitbucket, and Azure DevOps, including several self-hosted/server variants. It works as a Chrome/Chromium and Firefox WebExtension, with both hosted AI review support and a local Ollama option for teams that want reviews to run privately on their own machine.
The project is open source under AGPL-3.0:
https://github.com/Thinkode/thinkreview-browser-extensionWebsite:
https://thinkreview.devI’m posting here because Gerrit has a different review model than GitHub/GitLab-style PRs, and I’d like to understand whether Gerrit users would find this useful before building support for it.
A few questions for Gerrit users/admins:
Would an in-browser AI review assistant on Gerrit change pages be useful?
What would be the right integration point: change screen, diff view, comments, checks/submit requirements, or something else?
Are there common Gerrit setups, plugins, or permissions that an extension should be careful about?
This is not Gerrit-supported yet. I’m mainly looking for feedback from people who use Gerrit day to day so the integration, if built, fits the workflow instead of forcing a GitHub/GitLab mental model onto Gerrit.
Thanks
Jay