AI code review: see the thinking behind every PR — Hervé
Your teammate shipped a 2,000-line PR. Claude wrote most of it. You're the reviewer.
Hervé ships every PR with the prompts behind it. Review the thinking, not just the diff.
What you see on a Hervé PR
- Context: the original request, the decisions taken, files changed, and a human-readable summary of how it was implemented.
- Prompts: the AI conversation, the agreed plan, rejected alternatives, and inline comments on the reasoning.
- Code: every file scored by criticality so reviewers focus on the highest-risk changes first.
Setup in 4 steps
- Install the CLI:
curl -fsSL https://app.herve.review/install.sh | bash
- Install the git hooks in your repo:
rv install
- Use your AI agent and commit as usual; Hervé captures the AI context automatically.
- Open your PR at app.herve.review, or replace
github.com with app.herve.review in any GitHub PR URL.
Integrations
Hervé integrates with GitHub, GitLab, Cursor, Claude Code, GitHub Copilot CLI, OpenAI Codex, and OpenCode.
FAQ
Do you store our code? No. Your code stays on your git, hosted on GitHub. Hervé reads from there but never copies or stores it on our servers.
Do you store our AI conversations? No. AI session context is stored in a branch on your own git repository. You stay the owner of your IP, full stop.
Join the waitlist for early access.