Install a GitHub App. Bring your Anthropic key, your OpenAI key, or both. Get detailed, context-aware code reviews from Claude and/or GPT β automatically, in minutes.
14-day free trial. $10/mo. No credit card required.
How it works #
Install the GitHub App β Add CodeMouse to your GitHub organization or personal account. Choose which repos to connect. Add your AI key(s) β Connect your Anthropic key, your OpenAI key, or both. Connect both and each PR gets reviewed by Claude and GPT in parallel. Keys are encrypted at rest (AES-256-GCM). Open a pull request β CodeMouse reviews it automatically and posts detailed comments directly on GitHub.
Built for developers #
Full repo context β Reviews use the entire repository, not just the diff. Claude, GPT, or both β Connect one or both. When both are connected we merge the findings and drop duplicates, so you get a single consolidated review. Bring your own key β No AI cost markup. You pay Anthropic and/or OpenAI directly (~$0.05β0.15 per review per provider). Reads the room β Reviews every existing PR comment (humans, other bots, earlier CodeMouse runs) and won't repeat what's already been said. Follows up on its own threads when fixes land. Approves clean PRs β When the diff looks good, prior concerns are addressed, and CI is green, CodeMouse actually approves the PR. No throttling β Every review starts instantly. No queues, no rate limits. Works with any language β TypeScript, Python, Go, Rust, Java β if it's code, CodeMouse reviews it. Inline comments β Review comments appear on specific lines in your PR. Zero config β No CI pipelines, no YAML files, no build steps.
Simple pricing #
$10/month with a 14-day free trial. Unlimited repositories, pull requests, and team members. No throttling β reviews start instantly. Plus your own Anthropic and/or OpenAI API usage (~$0.05β0.15 per review per provider).
Compare with other AI code review tools #
See the head-to-head comparisons:
Frequently asked questions #
- What AI models does CodeMouse use?
- Your choice: Anthropic Claude, OpenAI GPT, or both β powered by your own API keys. Connect both and each PR gets reviewed by both models in parallel; we merge the findings and drop duplicates.
- What happens when both models flag the same thing?
- We de-duplicate overlapping comments by file, line, and semantic similarity. You get a single consolidated review β not two bots arguing on your PR.
- Is my code stored?
- No. Your repository is cloned temporarily to run the review and deleted immediately after.
- Does it work with private repositories?
- Yes. The GitHub App uses installation access tokens scoped to the repositories you grant access to.
- How much does the AI usage cost?
- Typically $0.05β0.15 per review per provider. You pay Anthropic/OpenAI directly β we don't add any markup.
- Can I cancel anytime?
- Yes. Cancel through the billing portal. No contracts, no questions asked.
- Does it replace human code reviews?
- No β it complements them. CodeMouse catches mechanical issues so your team can focus on architecture and design.