What problem does it solve? Pull request descriptions often just restate the diff or say "should be fine", forcing reviewers to guess why a change was made and whether it was actually tested. This Skill structures PR descriptions so reviewers can judge quickly and correctly. ## Core Features & Use Cases - Structured PR Template: Produces sections for why the change exists, what changed, how it was verified, and where reviewers should focus. - Verification Discipline: Enforces writing down what was actually tested, including uncovered scenarios, instead of vague claims. - Large PR Handling: Advises splitting oversized diffs or providing a suggested reading order when splitting is impossible. - Use Case: After finishing a bug fix in a session module, ask for a PR description and get one with a linked issue, grouped changes, concrete test evidence, and flagged review hotspots. ## Quick Start Write a PR description for my current branch changes, including why the change was made, how I verified it, and what reviewers should look at closely.