What problem does it solve? Reviewing pull requests manually requires switching between GitHub, local branches, and notes, making it easy to miss bugs, security issues, or duplicated feedback. This Skill automates PR context gathering, structured diff analysis, and review submission through the GitHub CLI. ## Core Features & Use Cases - Automated PR Context Gathering: Fetches PR metadata, full diffs, and existing review comments using gh commands to avoid duplicate feedback. - Structured Issue Triage: Classifies findings into Critical, Major, Minor, and Positive notes with file and line references. - Actionable Follow-Up: Lets you either fix issues locally via the systematic-debugger skill or post summary and inline comments back to the PR with COMMENT, REQUEST_CHANGES, or APPROVE events. - Use Case: A teammate asks you to review PR #42. The Skill pulls the diff, flags an inverted condition in auth logic as Critical, then posts an inline comment on the exact line and requests changes on the PR. ## Quick Start Ask the assistant to review pull request number 42 in this repository and summarize any critical or major issues found.