---
name: review-pr
description: Review a pull request for correctness, regressions, and missing tests. Use when the user asks to review a PR or /review-pr.
---

# Review PR

Review the current branch or a given PR as a careful reviewer.

## Steps

1. Identify the diff (`git diff main...HEAD` or the provided PR).
2. Restate the intended change in 2-3 sentences before commenting.
3. Hunt for: broken existing behavior, missing tests, unsafe defaults, leaked secrets, and unclear names.
4. Group findings by severity: blocker, should-fix, nit.
5. End with a short verdict: approve, request changes, or ask a clarifying question.
