What problem does it solve?
Reviewing a pull request without understanding its history and context leads to shallow feedback and missed risks. This Skill walks a maintainer through a structured, interactive review process so they genuinely understand a PR before forming opinions or posting comments.
Core Features & Use Cases
- Phased Interactive Review: Moves through PR goal, quality gate (CI, tests, changesets), git history research, diff walkthrough, understanding quiz, opinion exchange, and optional review comment drafting.
- Context Gathering: Uses the GitHub CLI (
gh) to fetch PR metadata, diffs, linked issues, author contribution history, and CI status, plus git log and git blame for code archaeology.
- Use Case: A maintainer receives a community PR fixing a reported bug. The Skill identifies the linked issue, checks the author's contribution history, verifies CI and changesets, traces the changed code's history, and helps the maintainer draft an informed review comment.
Quick Start
Run the understand-pr skill with a PR number, for example: understand-pr 1234, to start an interactive guided review of that pull request.