What problem does it solve? It removes the guesswork from versioning by guiding the creation of changeset files with correct bump types, imperative-mood descriptions, and proper breaking-change documentation. ## Core Features & Use Cases - Bump Type Decision Guides: Distinguishes patch, minor, and major bumps under both v0 and v1+ SemVer rules, including prerelease (alpha/beta/rc) conventions. - Changeset Authoring & Editing: Enforces conventions such as #### headers, imperative mood, usage examples, and **BREAKING CHANGE**: notes when creating or modifying files in .changeset/. - Release Workflow Integration: Covers the full flow from pnpm changeset through the automated "Version Packages" PR and npm publication. - Use Case: After finishing a feature branch, ask the assistant to add a changeset; it selects the right bump type, writes a compliant description with a usage example, and validates it against the checklist before the PR. ## Quick Start Ask the assistant to create a changeset for the changes in your current branch using the changeset skill.