What problem does it solve? Translating raw development work into clear, user-facing changelog entries is hard: developers describe mechanisms instead of outcomes, include internal churn, and use inconsistent voice. This Skill turns commits, PRs, and changed files into concise release notes that users actually understand. ## Core Features & Use Cases - Entry Curation: Decides what belongs in a changelog, skipping internal churn and merging related implementation details into one user-visible entry. - Voice and Format Guidance: Enforces benefit-first, past-tense, verb-first bullets with no marketing language, file paths, or function names. - Release Workflow Integration: In arbe, adds each user-noticeable change as a bullet under ## [Unreleased] in docs/changelog.md within the same change, grouped under scope headings. - Use Case: After finishing a feature branch, ask the assistant to update the changelog; it inspects the commits and writes entries like "Added retry logic for CLI downloads" instead of "rewrote downloader." ## Quick Start Update the changelog with user-facing entries for the commits in my current change.