Review pull request
Skill superman2003/agentpack/examples/code-review-toolkit/skills/review-pull-request
Write agent skills once, ship to Cursor, Claude Code, Codex, Copilot and any SKILL.md-compatible agent
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.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Use when asked to review a pull request, diff, or branch changes. Provides a methodical review checklist covering correctness, security, and maintainability.
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.