docs-changelog

Generate and update Gemini CLI changelog markdown files from GitHub release data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill standardizes the process of updating Gemini CLI changelog files, ensuring accuracy and consistency for both standard and preview releases.

Core Features & Use Cases

  • Changelog Generation: Creates detailed and concise release notes based on GitHub release data.
  • Release Type Handling: Differentiates between standard and preview releases, updating the correct files.
  • Use Case: When a new version of Gemini CLI is released, this Skill can be invoked to automatically draft the updated changelog entries, categorize changes, and format them according to project guidelines.

Quick Start

Use the docs-changelog skill to update the changelog for a new release with version number v0.27.0, release date 2026-02-03, and the provided raw changelog data.

Frequently Asked Questions about docs-changelog

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

FAQPage Schema
How do I generate release notes from GitHub data for a CLI project?

To generate changelog files, this Skill processes raw GitHub release data, categorizes changes, and formats them into markdown. It differentiates between standard and preview releases to update the correct files.

How do I format markdown changelogs to adhere to project style guides?

Formatting markdown changelogs involves processing raw release data and applying character wrapping to ensure adherence to project style guides. This Skill automates that formatting and categorization process.

How do I update preview release changelog files separately from standard releases?

Updating preview release changelog files is handled by differentiating between standard and preview releases. The Skill processes the raw release data and routes the formatted markdown updates to the correct file.

Can I automate documentation updates for new Gemini CLI versions?

You can automate documentation updates by invoking this Skill when a new Gemini CLI version is released. It automatically drafts the updated changelog entries and categorizes the changes for your markdown files.

Do I need to manually categorize changes before generating markdown release notes?

You do not need to manually categorize changes before generating markdown release notes. The Skill automatically processes raw GitHub release data and categorizes the changes during the formatting step.