What problem does it solve? Writing a clear, consistent pull request title and description is repetitive work, and reviewers often receive vague or incomplete PRs. This Skill inspects the commits and diff on your current branch versus main and produces a structured, copy-paste-ready PR title and description. ## Core Features & Use Cases - Diff-driven generation: Runs git log and git diff against main to ground every claim in the actual changes, never fabricating file names. - Structured output format: Produces a Conventional Commits title plus Summary, What Changed, Why, Validation, Risk/Impact, Release, and Checklist sections. - Changeset awareness: Reports the changesets in .changeset/ and their bump level so reviewers understand release impact. - Use Case: After finishing a feature branch, ask for a PR description and receive a complete markdown block ready to paste into GitHub, with the title under 72 characters and grouped change sections. ## Quick Start Ask the assistant to write a PR description for the current branch compared to main.