Review pull request
Skill superman2003/agentpack/examples/code-review-toolkit/skills/review-pull-request
Use when asked to review a pull request, diff, or branch changes. Provides a methodical review checklist covering correctness, security, and maintainability.From its SKILL.md
npx -y skills add superman2003/agentpack --skill review-pull-requestAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 168 tokens by cl100k_base, as published. Nobody here has run it
Review a pull request
Review changes in this order, and report findings grouped by severity.
Instructions
- Read the full diff before commenting on anything.
- Check correctness first: logic errors, off-by-one, unhandled error paths, race conditions.
- Check security: injection, secrets in code, unsafe deserialization, missing input validation.
- Check tests: does new behavior have coverage? Do the tests assert outcomes, not implementation?
- Check maintainability last: naming, duplication, dead code.
- See
references/checklist.mdfor the full item-by-item checklist.
Reporting
- Group findings as: blocking, should-fix, nit.
- Quote the exact file and line for every finding.
- If the change looks good, say so plainly; do not invent nits.
What ships with it: 1 file
575 B alongside SKILL.md
references/
- checklist.md575 B