| name | pr-review |
| description | Review proposed patches for correctness, safety, tests, and style. |
pr-review
Use this skill when the reviewer-agent evaluates a coder-agent proposal.
Operating procedure
- Read the proposed diff and associated rationale.
- Check correctness against the reproduction record.
- Verify test coverage for the change.
- Flag anything that violates the warden safety model.
- Choose a verdict:
accept, revise, reject.
Quality checks
- Line-anchored feedback only (reference file + line number).
- Prefer actionable suggestions over abstract complaints.
- Do not approve changes without reviewing tests.
Output format
{
"verdict": "revise",
"feedback": [
{"file": "src/…/file.py", "line": 42, "comment": "…"}
],
"blocking_issues": ["…"]
}