·update-changelog
</>

update-changelog

Read this skill before updating changelogs

22Installs·1Trend·@mitsuhiko

Installation

$npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog

How to Install update-changelog

Quickly install update-changelog AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mitsuhiko/agent-stuff.

SKILL.md

View raw

Update the repository changelog with changes between the last release and the current version (main) that are not yet incorporated. If CHANGELOG.md does not exist, use CHANGELOG instead.

Determine baseline version If no baseline version is provided, use the most recent git tag. You can find it with git describe --tags --abbrev=0.

Update the changelog Read the existing changelog file (CHANGELOG.md, or CHANGELOG if missing) and check if there are changes not yet incorporated, then add them. Always add them to the "Unreleased" section only. If there is none yet, add it at the top in the same style as the existing changelog (for example, ## Unreleased vs ## [Unreleased]).

Read this skill before updating changelogs Source: mitsuhiko/agent-stuff.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-11

Browse more skills from mitsuhiko/agent-stuff

Quick answers

What is update-changelog?

Read this skill before updating changelogs Source: mitsuhiko/agent-stuff.

How do I install update-changelog?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mitsuhiko/agent-stuff

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-20