What is update-changelog?
Read this skill before updating changelogs Source: mitsuhiko/agent-commands.
Read this skill before updating changelogs
Quickly install update-changelog AI skill to your development environment via command line
Source: mitsuhiko/agent-commands.
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-commands.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/mitsuhiko/agent-commands --skill update-changelogRead this skill before updating changelogs Source: mitsuhiko/agent-commands.
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-commands --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
https://github.com/mitsuhiko/agent-commands