I’ve been working on a small GitHub app called MergeMonkey.
It’s an AI PR reviewer, but intentionally quiet. It runs on new commits, gives a short structured summary (and diagrams for complex changes), and only goes deeper when explicitly triggered via PR comments.
The main idea is to avoid noisy reviews and black-box behavior. You bring your own model via OpenRouter, so you can choose the trade-offs yourself.
It’s still an MVP and I’m mostly looking for feedback from people who review PRs regularly.
I’ve been working on a small GitHub app called MergeMonkey.
It’s an AI PR reviewer, but intentionally quiet. It runs on new commits, gives a short structured summary (and diagrams for complex changes), and only goes deeper when explicitly triggered via PR comments.
The main idea is to avoid noisy reviews and black-box behavior. You bring your own model via OpenRouter, so you can choose the trade-offs yourself.
It’s still an MVP and I’m mostly looking for feedback from people who review PRs regularly.