¿Qué es update-changelog?
Lea esta habilidad antes de actualizar los registros de cambios Fuente: mitsuhiko/agent-stuff.
Lea esta habilidad antes de actualizar los registros de cambios
Instala rápidamente el skill de IA update-changelog en tu entorno de desarrollo mediante línea de comandos
Fuente: 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]).
Lea esta habilidad antes de actualizar los registros de cambios Fuente: mitsuhiko/agent-stuff.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelogLea esta habilidad antes de actualizar los registros de cambios Fuente: mitsuhiko/agent-stuff.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/mitsuhiko/agent-stuff --skill update-changelog Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/mitsuhiko/agent-stuff