What problem does it solve?
This Skill eliminates the friction of crafting clear, reviewer-focused pull request titles and descriptions by producing a concise conventional-commit-style title and a value-first body derived from the branch diff or a specified GitHub PR.
Core Features & Use Cases
- Automatic PR framing: Detects current-branch diffs or resolves a provided PR reference and builds a short, outcome-led summary (before/after/scope) appropriate for reviewers.
- Structured output for automation: Returns a machine-friendly {title, body} pair so callers can apply edits with gh or other automation without interactive prompts.
- Evidence preservation and fallbacks: Preserves existing Demo/Screenshots blocks when present, classifies commits (feature vs fix-up), and falls back from local git to the GH API when necessary.
Quick Start
Generate a conventional-commit-style title and a value-first body for the current branch's commits, or pass a PR reference like pr:561 to target a specific pull request.