changelog-generator
Installation
SKILL.md
Changelog Generator
Transform git commits into polished, human-friendly changelogs. Based on Keep a Changelog principles.
Core Principle
Changelogs are for humans, not machines.
Don't dump git logs into changelogs. Commits document the evolution of source code. Changelog entries document noteworthy differences to communicate them clearly to end users.
When to Use
- Preparing release notes for a new version
- Updating the changelog after completing work on a branch
- Creating weekly/monthly product updates
- Documenting changes for customers