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
More from google-gemini/gemini-cli
code-reviewer
Use this skill to review code. It supports both local changes (staged or working tree)
6.5Kdocs-writer
Always use this skill when the task involves writing, reviewing, or editing
2.5Kpr-creator
Use this skill when asked to create a pull request (PR). It ensures all PRs
1.7Kpr-address-comments
Use this skill if the user asks you to help them address GitHub PR comments for their current branch of the Gemini CLI. Requires `gh` CLI tool.
657pirate-skill
Speak like a pirate.
598github-issue-creator
Use this skill when asked to create a GitHub issue. It handles different issue
569