What problem does it solve? Merged pull requests and commit logs are written for developers, not users. This Skill turns raw change history into release notes that tell readers whether anything they use has changed and what to do about it. ## Core Features & Use Cases - Consequence-based grouping: Orders notes as breaking changes first, then new capabilities, then fixes described by user-visible symptoms, then internal changes briefly or omitted. - Outside-in phrasing: Rewrites internal descriptions like "fixed a race in the ingestion worker" into user-meaningful statements like "uploads over 10 MB failed silently". - Breaking change discipline: Ensures every breaking change states what breaks, the required action, the deadline, and a migration link. - Use Case: After merging a sprint's worth of PRs for a self-hosted product, generate a versioned release note that flags the one breaking API change with its migration guide and describes each fix by the symptom users reported. ## Quick Start Write release notes for version 2.4.0 from the merged pull requests in this repository since the last tagged release.