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
Save as ~/.claude/commands/review-pr.md.
- 2
Skill spawns 4 sub-agents in parallel, each with a narrow remit, then merges findings.
- 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
- Source
- luongnv89/claude-howto
- 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.
Related skills
PR Open
Opens a pull request with a structured description drawn from the full commit range, not just the latest commit.
Security Audit
Sweeps a repo for OWASP-top-10 issues, hardcoded secrets, insecure dependencies, and auth logic gaps.
Test Writer
Generates unit tests for a specific function or module, with sensible edge cases.
Browse more skills
47 skills across 10 categories, all licence-verified.