什麼是 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