diff_review
Review a git diff to detect risks, regressions, and breaking changes before merge. Pass the diff text or a git reference for automated analysis.
Instructions
Review a git diff for risks, regressions, and breaking changes.
Pass either diff_text (raw unified diff) OR git_ref + cwd
(the tool runs git diff <ref> in cwd for you). Mutually exclusive.
Use cases:
Pre-merge sanity check on a PR's diff
Spot accidental breaking changes when refactoring
Cross-validate a branch against multiple reviewer agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | Yes | ||
| diff_text | No | ||
| git_ref | No | ||
| cwd | No | ||
| focus | No | ||
| timeout_seconds | No |