What problem does it solve? Every change to this repository must ship with a changeset, and choosing the wrong bump level or writing changelog prose aimed at the wrong audience produces misleading release notes. This Skill encodes the repository's rules so every task ends with a correct changeset without being asked. ## Core Features & Use Cases - Bump level selection: Decides between patch (existing behavior changed), minor (something new exists), and major (only with maintainer approval), taking the higher level when a change does both. - Changeset authoring: Creates kebab-case markdown files in .changeset/ with the overwander package name, short prose, no em-dashes, and 80-column wrapping. - Duplicate prevention: Checks CHANGELOG.md before writing, since the release step folds changesets in and empties the directory. - Use Case: After fixing a rendering bug and adding a new weather type on one branch, the Skill writes one changeset at minor level describing both changes as a short list. ## Quick Start Write a changeset for the change just made on this branch, choosing the correct bump level and following the repository prose rules.