review-pr
Installation
SKILL.md
Review Pull Request
Review pull requests with a depth that matches their complexity. Simple PRs get a direct review; complex PRs get parallel deep-dive agents analyzing security, performance, and architecture.
Arguments
The user should provide PR number(s) or URL(s). If none provided, ask for them.
Instructions
Step 1: Retrieve PR Details
Use the GitHub CLI to get the full picture:
gh pr view {pr_number} --json title,body,files,additions,deletions,commits,author,reviews,comments
gh pr diff {pr_number}