Che cos'è update-changelog?
Leggi questa Skill prima di aggiornare i log delle modifiche Fonte: mitsuhiko/agent-stuff.
Leggi questa Skill prima di aggiornare i log delle modifiche
Installa rapidamente la skill AI update-changelog nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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]).
Leggi questa Skill prima di aggiornare i log delle modifiche Fonte: mitsuhiko/agent-stuff.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelogLeggi questa Skill prima di aggiornare i log delle modifiche Fonte: mitsuhiko/agent-stuff.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/mitsuhiko/agent-stuff