What problem does it solve? Maintaining consistent changelog files across stable and preview release channels is error-prone and repetitive. This Skill standardizes how latest.md, preview.md, and index.md are updated from raw release data, eliminating manual formatting mistakes. ## Core Features & Use Cases - Version-aware routing: Automatically detects nightly, minor, and patch versions and applies the correct update procedure for stable or preview channels. - Highlights generation: Produces 3-5 bold-titled highlight points from raw release notes, prioritizing new features and excluding PR numbers and author names. - Template-based file updates: Populates provided templates to fully replace or incrementally update changelog files, including Full Changelog link rewriting. - Use Case: After cutting release v0.29.0-preview.2, provide the version, timestamp, and raw GitHub release notes, and the Skill updates docs/changelogs/preview.md with formatted highlights and a corrected compare link. ## Quick Start Update the changelog files for release v0.28.1 using the raw release notes I provide.