Review the right changes.
Check your working tree, staged files, or a branch against its base. Bring the same workflow to a checked-out GitHub pull request.
diffvouch review --base mainAI CODE REVIEW FOR YOUR WORKFLOW
Catch what you missed before you merge. DiffVouch reviews Git diffs and pull requests, explains what to fix, and gives every change a rating.
macOS · Linux · Windows / CLI + Agent Skill
$ diffvouch review --provider codex
A second pair of eyes on your changes.
Add a regression test for zero quantity so this guard stays covered.
FROM DIFF TO DIRECTION
A review should help you make the next decision. DiffVouch turns changes into findings you can understand and act on.
Check your working tree, staged files, or a branch against its base. Bring the same workflow to a checked-out GitHub pull request.
diffvouch review --base mainSeparate blocking issues from non-blocking suggestions. Get recommended fixes and a rating out of five.
Use rating and severity thresholds as a quality gate. Keep repository-specific review rules in version control.
--fail-below 3.5YOUR WORKFLOW. YOUR CONTROL.
A standalone native executable that runs where you work. No extra language runtime. No DiffVouch-hosted service required.
Use your existing Codex or Claude subscription, or explicitly choose usage-based OpenAI or Anthropic APIs.
Repository policy is read from the trusted base commit, so a change cannot quietly relax its own review rules.
Optionally post findings and inline comments as your bot. You control the app and the repositories it can access.
READY FOR YOUR NEXT DIFF
Download a native binary for macOS, Linux, or Windows. Git is required; Go is only needed if you install from source.
Download DiffVouch Read the setup guide →go install github.com/divyangchauhan/DiffVouch/cmd/diffvouch@latestdiffvouch auth login openaidiffvouch review --provider codexPREFER WORKING WITH AN AGENT?
The portable Agent Skill works with Codex, Claude Code, Cursor, and other compatible harnesses.
Reviews send the complete reviewable patch to your selected AI provider. Secret redaction is currently disabled, so check your diff for credentials before reviewing. Read the review details ↗