What problem does it solve? Writing clear, consistent pull request descriptions is time-consuming, and reviewers often receive vague or incomplete PR bodies. This Skill drafts a PR body in a fixed, reviewer-friendly structure so every PR communicates what changed, why it matters, and how to verify it. ## Core Features & Use Cases - Structured PR Body Generation: Produces required ## Summary and ## Why this matters sections, plus an optional ## QA section with manual verification steps. - Context-Aware Drafting: Uses user-provided context, or inspects the current branch diff, recent commits, issue links, and relevant files when context is missing, without inventing details. - Style Enforcement: Writes in ASD-STE100 Simplified Technical English and delegates tone to the writing-style and unslop skills. - Use Case: After finishing a feature branch, ask for a PR body and receive a concise summary of the code changes, the rationale, and step-by-step QA instructions for reviewers. ## Quick Start Draft a PR body for my current branch using the changes in this diff.