What problem does it solve? Maintainers of the dd-trace-rb gem need consistent, customer-facing changelog entries for every user-visible change, but writing grounded, well-scoped entries from a PR diff is error-prone and easy to skip. ## Core Features & Use Cases - Grounded Fragment Authoring: Derives each entry's effect, product, and type (Added/Changed/Fixed) directly from the PR diff, tests, and benchmark evidence. - Style and Structure Enforcement: Applies rules for present-tense imperative openings, symptom-plus-trigger phrasing, exact versions, and escape hatches, validated with bundle exec rake unreleased:lint and unreleased:vale. - Use Case: A PR fixing a TypeError from Process.spawn is about to merge; the skill triages the diff, scaffolds a fragment with bundle exec rake unreleased:new, and produces an entry like "Fix TypeError from Process.spawn when passing an environment Hash." ## Quick Start Write a changelog fragment for the approved PR that changes user-visible behavior in this repository.