# docs-changelog

> Claude/Codex skill by [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 106k stars · Updated 2026-08-02

Generates and formats changelog files for a new release based on provided version and raw changelog data.

Tags: ai, ai-agents, cli, gemini, gemini-api, mcp-client, mcp-server

## Install

```sh
git clone https://github.com/google-gemini/gemini-cli /tmp/gemini-cli && ln -s /tmp/gemini-cli/.gemini/skills/docs-changelog ~/.claude/skills/docs-changelog
```

## From README

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 change (e.g., New Feature: A brief description...). Prioritize summarizing new features over other changes like bug fixes or chores. Avoid mentioning features that are "experimental" or "in preview" in Stable Releases. DO NOT include PR numbers, links, or author names in these highlights. Refer to .gemini/skills/docs-changelog/references/highlightsexamples.md for the correct style and tone.

## Links

- HTML page: https://omgskills.com/skills/google-gemini/gemini-cli/docs-changelog/
- GitHub: https://github.com/google-gemini/gemini-cli
- Author: [@google-gemini](https://omgskills.com/library/google-gemini/index.md)

## More from this repo

- [code-reviewer](https://omgskills.com/skills/google-gemini/gemini-cli/code-reviewer/index.md) — Used to review code.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [agent-tui](https://omgskills.com/skills/google-gemini/gemini-cli/dot-gemini/skills/agent-tui/index.md) — Main Agents: Do NOT use this skill directly.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [antigravity-support](https://omgskills.com/skills/google-gemini/gemini-cli/packages/core/src/skills/builtin/antigravity-support/index.md) — Used when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating...
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
