docs-changelog

Generate and format changelog files for stable and preview releases.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill docs-changelog-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-changelog
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/.agents/skills/docs-changelog
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill docs-changelog-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and formatting of changelog files for new releases, ensuring consistency and saving developers time.

Core Features & Use Cases

  • Standardized Changelog Updates: Automatically updates latest.md, preview.md, and index.md based on release version and notes.
  • Highlight Generation: Creates concise, impactful highlight summaries for release announcements.
  • Use Case: After a new version of the software is ready, use this Skill to generate the official release notes, including key features and bug fixes, formatted correctly for the documentation website.

Quick Start

Update the changelog files using the provided version and release notes.

Frequently Asked Questions about docs-changelog

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

FAQPage Schema
How do I automate changelog generation for new software releases?

To automate changelog generation, you provide a release version and raw notes to format standardized markdown files. This process creates distinct announcement and highlight sections for documentation pages like latest.md and index.md.

What is the best way to format release notes for a documentation website?

Formatting release notes for a documentation website involves structuring raw version data into distinct announcement and highlight sections. This ensures consistency across pages like latest.md and preview.md for stable and preview releases.

How does versioning work for stable and preview release notes in markdown?

Versioning for stable and preview release notes in markdown works by generating separate files such as latest.md and preview.md. The system manages date formatting and version placement to keep documentation accurately updated.

Do I need to provide raw changelog data to update documentation pages?

Yes, you need to provide raw changelog data and a version number to update documentation pages. The system uses these inputs to automatically generate concise highlight summaries and format the markdown files.

Can I generate highlight summaries for release announcements automatically?

Yes, you can generate highlight summaries for release announcements automatically. By processing your raw release notes, the system creates concise, impactful summaries formatted specifically for your documentation pages.

What are the limitations of automating markdown changelog updates with this approach?

A limitation of automating markdown changelog updates is that the output targets specific files like latest.md, preview.md, and index.md. Users requiring custom file structures or non-markdown outputs may need additional manual formatting.