doc-changelog
Installation
SKILL.md
Changelog Generator
Generate CHANGELOG.md entries from git history following Keep a Changelog format.
Workflow
1. Detect range → 2. Collect commits → 3. Enrich with PRs → 4. Classify → 5. Format → 6. Update file
1. Detect Range
Determine what commits to include:
# Find latest version tag
git tag --sort=-v:refname | head -20