I’ve been working on ‘ThinkReview’, an open-source browser extension that adds AI code review directly inside pull/merge request pages and I created a specific Review agent for OPENMRS
It currently supports GitHub, GitLab, Bitbucket, and Azure DevOps, with zero setup on Github , Gitlab and Azure DevOps cloud. It also supports local AI reviews through Ollama, which could be useful for privacy-conscious healthcare projects or contributors working with sensitive implementation code.
For OpenMRS, I think this could be useful in a few ways:
-
Helping new contributors get faster feedback on PRs before maintainers spend time reviewing.
-
Flagging common issues around security, maintainability, tests, and code quality.
-
Potentially creating OpenMRS-specific review agents , for example I created here specialised openMRS security scout and feeded ‘OpenMRS Security 101: Policies & Vulnerability Management’ as a reference
Here I opened an OpenMRS PR and ThinkReview has already reviewed the PR with our created security scout in addition to the standard code review and code suggestions
I’d be curious whether the community would find this useful as part of the hackathon, either as a tool for contributors or as a base for experimenting with OpenMRS-specific AI review rules.
