Open Code Review spins up multiple AI reviewers from your CLI, each with a different focus. They review independently, then debate each other’s findings, then synthesize into a single review. You get a local dashboard that spins up out of your repo to navigate everything.
The debate step is what makes it work. A single-pass reviewer hallucinates issues and misses real ones. When agents argue with each other, the false positives get killed and the real problems get surfaced with better reasoning. My team’s senior engineers have been consistently surprised by what it catches.
Latest release adds GitHub integration — post the synthesized review directly to PRs. You can post the raw synthesis or have it ghostwritten in your voice. Your call on whether that’s ethical lol.
Runs locally from your CLI, not a SaaS. No catch, pure open source. Works on any repo, any language. Fully open source. The dashboard serves from your project directory, not a separate app.
We’ve been using this daily on our own team for months. It’s the only AI review tool that actually stuck in our workflow.
Repo: https://github.com/spencermarx/open-code-review
Would love feedback from anyone who tries it, especially on the multi-agent synthesis quality. That’s the part I’m most interested in improving.