agentsclimarketplace

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

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.

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

  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.

Keep looking

Skills are one crate of 328,083. 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.