ワンクリックで
docs-changelog
Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | docs-changelog |
| description | Provides a step-by-step procedure for generating Gemini CLI changelog files based on github release information. |
The following instructions are run by Gemini CLI when processing new releases.
To standardize the process of updating the Gemini CLI changelog files for a new release, ensuring accuracy, consistency, and adherence to project style guidelines.
This skill covers two types of releases:
docs/changelogs/latest.md and
docs/changelogs/index.md.docs/changelogs/preview.md.Ignore all other releases, such as nightly releases.
Regardless of the type of release, the following information is expected:
v0.27.0).2026-02-03).description by @author in #pr_number.Identify the files to be modified:
For standard releases, update docs/changelogs/latest.md and
docs/changelogs/index.md. For preview releases, update
docs/changelogs/preview.md.
Activate the docs-writer skill.
Review the complete list of changes. If it is a patch or a bug fix with few
changes, skip to the "Update docs/changelogs/latest.md or
docs/changelogs/preview.md" section.
Group related changes into high-level categories such as
important features, "UI/UX Improvements", and "Bug Fixes". Use the existing
announcements in docs/changelogs/index.md as an example.
Create two distinct versions of the release highlights.
Important: Carefully inspect highlights for "experimental" or "preview" features before public announcement, and do not include them.
latest.md or preview.md)Write a detailed summary for each category focusing on user-facing impact.
index.md)Skip this step for preview releases.
Write concise summaries including the primary PR and author
(e.g., ([#12345](link) by @author)).
docs/changelogs/latest.md or docs/changelogs/preview.mdwrite_file to replace it with the new
version number, and date.If it is a patch or bug fix with few changes, simply add these changes to the "What's Changed" list. Otherwise, replace comprehensive highlights, and the full "What's Changed" list.
"- feat: implement /rewind command by @username in #12345"
Skip entries by @gemini-cli-robot.
Do not add the "New Contributors" section.
Update the "Full changelog:" link by doing one of following:
If it is a patch or bug fix with few changes, retain the original link but replace the latter version with the new version. For example, if the patch is version is "v0.28.1", replace the latter version: "https://github.com/google-gemini/gemini-cli/compare/v0.27.0...v0.28.0" with "https://github.com/google-gemini/gemini-cli/compare/v0.27.0...v0.28.1".
Otherwise, for minor and major version changes, replace the link with the one included at the end of the changelog data.
Ensure lines are wrapped to 80 characters.
docs/changelogs/index.mdSkip this step for patches, bug fixes, or preview releases.
Insert a new "Announcements" section for the new version directly above the previous version's section. Ensure lines are wrapped to 80 characters.
Run npm run format to ensure consistency.