changelog-writer
Installation
SKILL.md
Run git log --oneline to get the recent commits. Ask the user: "What version number is this release, and what date?"
Then produce a changelog entry:
[Version] — [Date]
Added
New features visible to users. One bullet per feature. Start each bullet with a verb (e.g. "Added ability to…", "New export option for…").
Changed
Behavior that changed for existing users. Flag anything that changes how something works, even if it's an improvement.
Fixed
Bugs that were resolved. Be specific — "Fixed crash when uploading files larger than 10MB" not "Fixed bugs."
Removed
Features or settings that are gone. If something was deprecated, this is where it moves to.