Published Agent Skill package. Follow the instructions in SKILL.md to complete the user's task.
review-pr
Review a pull request for correctness, regressions, and missing tests. Use when the user asks to review a PR or /review-pr.
This page contains 1 files from the original skill zip. Supporting markdown and scripts are included below so you do not need extra downloads.
Files in this package
- SKILL.md
SKILL.md
Review PR
Review the current branch or a given PR as a careful reviewer.
Steps
- Identify the diff (
git diff main...HEADor the provided PR). - Restate the intended change in 2-3 sentences before commenting.
- Hunt for: broken existing behavior, missing tests, unsafe defaults, leaked secrets, and unclear names.
- Group findings by severity: blocker, should-fix, nit.
- End with a short verdict: approve, request changes, or ask a clarifying question.