What problem does it solve? Writing pull request descriptions by hand is repetitive, and reviewers often receive vague or overly detailed summaries. This Skill inspects the current branch's diff and produces a succinct, reviewer-friendly bullet list that captures what actually changed. ## Core Features & Use Cases - Diff-Based Summarization: Inspects the changed file list and diff against the base branch before drafting, grouping related edits into user-facing themes. - Structured Output Contract: Returns 3 to 7 copyable Markdown bullets starting with strong verbs like Adds, Fixes, or Refactors, with no headings or filler. - Noise Filtering: Omits low-signal changes such as formatting-only edits or renames without behavior impact, and handles thin diffs honestly. - Use Case: Before opening a pull request, ask for a branch summary and paste the resulting bullets directly into the PR description field on GitHub. ## Quick Start Ask the assistant to draft a succinct bullet-list PR description for the current branch compared to the main branch.