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