什么是 update-changelog?
在更新变更日志之前阅读此技能 来源:mitsuhiko/agent-commands。
在更新变更日志之前阅读此技能
通过命令行快速安装 update-changelog AI 技能到你的开发环境
来源: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]).
在更新变更日志之前阅读此技能 来源:mitsuhiko/agent-commands。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mitsuhiko/agent-commands --skill update-changelog在更新变更日志之前阅读此技能 来源:mitsuhiko/agent-commands。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mitsuhiko/agent-commands --skill update-changelog 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mitsuhiko/agent-commands