Agent skill
cleanup-changelog
Format changelog and remove empty sections.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/cleanup-changelog
SKILL.md
Cleanup changelog
GOAL: fix formatting and remove empty sections in CHANGELOG.md.
WHEN: after generating or updating the changelog.
Efficiency directives
- Optimize all operations for token and context efficiency
- Batch operations on file groups, avoid individual file processing
- Target only relevant files
- Reduce token usage
Workflow
- Invoke the
fix-markdownskill onCHANGELOG.md - Run
scripts/remove-empty-headers.sh CHANGELOG.md - Invoke the
fix-markdownskill onCHANGELOG.mdagain DONE
Output
Files modified:
CHANGELOG.md- Formatted and cleaned
Status communication:
SUCCESS- Cleanup completedERROR- Operation failed
Didn't find tool you were looking for?