What problem does it solve? Writing pull request descriptions by hand is repetitive and often skipped, leaving reviewers without context. This Skill turns the commits between your branch and main into a structured, categorized changelog automatically. ## Core Features & Use Cases - Commit Grouping: Categorizes commits by conventional commit prefixes such as feat, fix, refactor, chore, docs, perf, test, and style. - Standardized Template: Produces a consistent Markdown changelog with mandatory category icons and bullet-point change descriptions. - Use Case: Before opening a pull request, ask for a quick PR summary and receive a ready-to-paste changelog with features, fixes, and chores grouped and linked to issue references. ## Quick Start Ask the assistant to generate a concise PR changelog summarizing the commits on the current branch compared to main.