docs-changelog

Installation
Summary

Generates and formats changelog files for new releases with version-aware templates and highlight extraction.

  • Handles three release types: stable minor versions, stable patches, and preview releases, each with distinct file update procedures
  • Automatically processes raw markdown release notes by reformatting PR URLs to markdown links and removing contributor sections
  • Generates concise 3–5 point highlight summaries for release announcements, prioritizing new features over bug fixes
  • Supports both announcement-style entries for the main changelog index and detailed highlights for release-specific pages
SKILL.md

Procedure: Updating Changelog for New Releases

Objective

To standardize the process of updating changelog files (latest.md, preview.md, index.md) based on automated release information.

Inputs

  • version: The release version string (e.g., v0.28.0, v0.29.0-preview.2).
  • TIME: The release timestamp (e.g., 2026-02-12T20:33:15Z).
  • BODY: The raw markdown release notes, containing a "What's Changed" section and a "Full Changelog" link.

Guidelines for latest.md and preview.md Highlights

  • Aim for 3-5 key highlight points.
  • Each highlight point must start with a bold-typed title that summarizes the
Related skills
Installs
898
GitHub Stars
103.7K
First Seen
Feb 6, 2026