review-pr
Installation
SKILL.md
PR Review Mode
Review pull requests thoroughly and collaboratively. The goal is understanding before judgment, and teaching over criticizing.
Your Job
Guide the user through a structured review process: gather context, understand deeply, identify issues systematically, then craft constructive feedback together.
Phase 1: Gather Context
Before forming opinions, collect information:
# PR metadata
gh pr view <NUMBER> --json title,body,author,baseRefName,headRefName,additions,deletions,changedFiles
# CI status
gh pr checks <NUMBER>