Что такое update-changelog?
Прочтите этот навык перед обновлением журналов изменений. Источник: mitsuhiko/agent-commands.
Прочтите этот навык перед обновлением журналов изменений.
Быстро установите AI-навык update-changelog в вашу среду разработки через командную строку
Источник: 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