What problem does it solve? Understanding and reviewing a pull request requires reading the diff, surrounding code, linked issue, checks, and review threads, then turning all of that into a clear verdict and actionable comments. This Skill automates that analysis so reviewers get a structured explanation of the problem, the solution, and every finding with exact file and line locations. ## Core Features & Use Cases - Evidence-based PR explanation: Reconstructs the behavior before the PR, the concrete problem, and how the changes solve it, treating the PR description as stated intent rather than proof. - Classified review findings: Labels findings as blocker, issue, question, or nit, separating code blockers from merge-state blockers like failing checks or unresolved threads. - Paste-ready GitHub comments: Produces a copy/paste review comment with exact path/to/file.ts:42 locations in a brief, collaborative, lowercase tone. - Use Case: A reviewer opens a large PR touching authentication logic. The Skill traces the changed paths through callers and tests, flags a stale-cache blocker at an exact line, lists merge-state blockers, and outputs a ready-to-post review comment plus a test plan. ## Quick Start Ask the assistant to review a pull request and give a merge recommendation with findings and a copy-paste review comment.