docs-changelog

Generate formatted changelog files from a version string and raw changelog data.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/kloune/gemini_cli_claude --skill docs-changelog-kloune
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-changelog
Source: https://github.com/kloune/gemini_cli_claude/tree/main/.gemini/skills/docs-changelog
Command: npx skills add https://github.com/kloune/gemini_cli_claude --skill docs-changelog-kloune

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the generation and formatting of release changelog files (latest.md, preview.md, index.md) from a version and raw changelog data.

Core Features & Use Cases

  • Automates extraction and formatting of changelog sections into consistent templates.
  • Updates "What’s Changed" and "Full Changelog" sections across channels.
  • Supports both stable and preview release workflows and time-stamped release notes.

Quick Start

Provide the release version, TIME, and BODY to generate updated changelog files.

Frequently Asked Questions about docs-changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate release changelog formatting from raw markdown data?

You can automate release changelog formatting by providing a version string, TIME, and raw BODY data to generate standardized latest.md, preview.md, and index.md files with corrected Full Changelog links.

What is the best way to standardize changelog sections across stable and preview release workflows?

Standardize changelog sections across stable and preview workflows by processing raw release notes into consistent templates, updating "What’s Changed" sections and time-stamping release notes across different distribution channels.

Do I need specific dependencies to generate time-stamped release notes for documentation?

No specific dependencies are required to generate time-stamped release notes for documentation; you only need to supply the release version, TIME, and raw changelog BODY inputs to produce the formatted markdown templates.

Can I update the Full Changelog link automatically when generating markdown release notes?

Yes, you can update the Full Changelog link automatically during the generation process; the formatting logic corrects the link and integrates the processed changelog section directly into the markdown output templates.

When should I use an automated changelog templating tool instead of manual formatting?

Use automated changelog templating for end-to-end release workflows where changelog documents must be consistently standardized across latest, preview, and index files, ensuring accurate time-stamped release notes without manual formatting errors.