What problem does it solve? Writing clear, consistent PR descriptions and commit messages takes time, and generic templates often produce boilerplate that reviewers ignore. This Skill analyzes your branch's commits and diff to draft a PR title and body that match your personal writing style. ## Core Features & Use Cases - Branch-aware drafting: Reads git log and git diff against main to understand what actually changed before writing anything. - Style-matched output: Follows concrete style rules and real examples—imperative titles under 70 characters, casual direct prose, no template headers or file inventories. - Existing PR awareness: If the branch already has a PR, it pulls the current title and body via gh pr view and preserves useful context instead of overwriting blindly. - Use Case: You finished a multi-commit bug fix branch and need a PR description. The Skill reviews the commits, explains the root cause and fix in plain prose, includes the ticket ID in the title, and calls out any incidental fixes separately. ## Quick Start Ask the assistant to write a PR description for the current branch's changes against main.