High signalMITCommunity

PR Review

Runs a multi-angle review on an open PR: correctness, style, tests, security, and docs.

Entry verified April 20, 2026

The short answer

Most code-review skills are single-pass. This one fans out into parallel reviewers — correctness checker, style nit-picker, test-gap finder, security auditor — and synthesises their notes into one comment you paste into GitHub.

When to use it

Before merging your own PR, or before requesting review from a human. Catches 80% of what a colleague would flag.

Setup

  1. 1

    Save as ~/.claude/commands/review-pr.md.

  2. 2

    Skill spawns 4 sub-agents in parallel, each with a narrow remit, then merges findings.

  3. 3

    Needs gh CLI to pull the PR diff.

Example

You: /review-pr 247
Claude: [4 agents run in parallel]
       Correctness: clean.
       Style: 2 magic numbers on L89-L91.
       Tests: missing happy-path test for the new branch.
       Security: no secrets; input validation on /api/upload looks thin.

Source & attribution

Author
luongnv89
Licence
MIT
Type
Community

Reused under a permissive licence. Preserve attribution when forking.

Caveats

Not a substitute for domain expert review on novel code. Use for hygiene, not architecture.

Browse more skills

47 skills across 10 categories, all licence-verified.