review-pull-request
Installation
SKILL.md
Review Pull Request
Review a GitHub pull request end-to-end — from understanding the change through submitting structured feedback. Uses gh CLI for all GitHub interactions and produces severity-leveled review comments.
When to Use
- A pull request is ready for review and assigned to you
- Performing a second review after the author addresses feedback
- Reviewing your own PR before requesting others' review (self-review)
- Auditing a merged PR for post-merge quality assessment
- When you want a structured review process rather than ad-hoc scanning
Inputs
- Required: PR identifier (number, URL, or
owner/repo#number) - Optional: Review focus (security, performance, correctness, style)
- Optional: Codebase familiarity level (familiar, somewhat, unfamiliar)
- Optional: Time budget for the review (quick scan, standard, thorough)
Related skills