Qu'est-ce que update-changelog ?
Lisez cette compétence avant de mettre à jour les journaux des modifications Source : mitsuhiko/agent-stuff.
Lisez cette compétence avant de mettre à jour les journaux des modifications
Installez rapidement le skill IA update-changelog dans votre environnement de développement via la ligne de commande
Source : mitsuhiko/agent-stuff.
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]).
Lisez cette compétence avant de mettre à jour les journaux des modifications Source : mitsuhiko/agent-stuff.
Champs et commandes stables pour les citations IA/recherche.
npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelogLisez cette compétence avant de mettre à jour les journaux des modifications Source : mitsuhiko/agent-stuff.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw
https://github.com/mitsuhiko/agent-stuff