What problem does it solve? Writing a clear pull request title and description from a branch full of commits is tedious and inconsistent. This Skill consolidates a branch's commits into a structured PR title and changelog draft, ready to paste when opening or updating a PR. ## Core Features & Use Cases - Base ref resolution: Detects an existing PR's base via gh pr view or falls back to dev/develop, always confirming with the user before proceeding. - Changelog consolidation: Merges and dedupes structured commit bodies into one unified changelog, or re-clusters themes directly from git diff <base>...HEAD when commits are unstructured. - Formatted draft output: Writes .git/PR_DRAFT.md with the title on line 1 and a ### CHANGELOG nested-bullet body, condensing content that exceeds ~40 lines. - Use Case: After finishing a feature branch with a dozen commits, run this Skill to produce a ready-to-paste PR title and description without manually re-reading every commit. ## Quick Start Draft a PR title and changelog description for my current branch against the dev base branch.