What problem does it solve? Writing release notes by hand is error-prone: contributors edit generated CHANGELOG files directly, soft-wrap lines that break GitHub release rendering, and include internal refactors users do not care about. This Skill enforces Rove's Changesets-based workflow so release notes are consistent and render correctly. ## Core Features & Use Cases - Changeset authoring: Creates one .changeset/<name>.md file per user-facing change with the correct @sma1lboy/rove bump type (patch, minor, or major). - Commit filtering: Scans git log since the last release tag, skips changes already covered by existing changesets, and filters out internal-only commits like refactors and CI tweaks. - House style enforcement: Applies Rove's rules including single-line summaries (no soft wraps), present-tense user-perspective voice, and bold lead-in headlines. - Use Case: Before cutting a release, ask the Skill to review commits since v0.4.0 and backfill changesets for any user-facing changes that slipped through, so the generated CHANGELOG and GitHub release body are complete. ## Quick Start Ask the assistant to draft changesets for everything user-facing that changed since the last release tag in this repository.