What problem does it solve? Writing pull request descriptions that reviewers can quickly understand is hard: authors either dump walls of prose or leave the body empty. This Skill produces a consistent, visual PR body structure so reviewers grasp the change, its proof, and its risk in seconds. ## Core Features & Use Cases - Structured Template: Enforces a three-section PR body covering Summary, Evidence, and Merge Danger. - Visual Summaries: Guides selection of the smallest effective diagram, including pseudocode, call trees, component trees, file trees, Mermaid sequence diagrams, and diffs. - Risk Framing: Captures one-way versus two-way door reversibility and a one-word blast radius for every merge. - Use Case: After finishing a feature branch, ask the agent to write the PR body and receive a concise description with a diff sketch, before-and-after test evidence, and a rollback risk assessment. ## Quick Start Use the pr skill to write the PR body for my current branch changes.