What problem does it solve? Pending changeset files in .changeset/ become the verbatim body of CHANGELOG.md entries when a release is cut, so a vague or developer-focused description ships directly to consumers. This Skill rewrites those descriptions before the PR merges, while the diff is still fresh. ## Core Features & Use Cases - Grounded rewriting: Analyzes the branch diff against main and reads existing CHANGELOG.md entries to match the established tone, length, and structure for each bump level (patch, minor, major). - Safety guardrails: Preserves the changeset frontmatter and filename, flags bump types that contradict the fix-to-patch and new-API-to-minor rule, and never runs changeset:version. - Accuracy enforcement: Verifies every named export exists in packages/*/src/ before mentioning it, and omits internal-only changes that consumers do not care about. - Use Case: Before merging a feature PR that adds new date formatting functions, run this Skill to turn a one-line changeset stub into a polished entry listing each new export, then review the before/after diff. ## Quick Start Ask the assistant to update the pending changeset descriptions for the current branch before merging the PR.