agentsclimarketplace

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

Install
npx -y skills add superman2003/agentpack --skill review-pull-request

Assembled 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

  1. Read the full diff before commenting on anything.
  2. Check correctness first: logic errors, off-by-one, unhandled error paths, race conditions.
  3. Check security: injection, secrets in code, unsafe deserialization, missing input validation.
  4. Check tests: does new behavior have coverage? Do the tests assert outcomes, not implementation?
  5. Check maintainability last: naming, duplication, dead code.
  6. See references/checklist.md for 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/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.