changelog
Installation
SKILL.md
Changelog and Versioning Skill
This skill transforms technical git commits into polished, user-facing changelogs that your customers and users will understand and appreciate.
When to Use
- Preparing release notes for a new version
- Documenting changes for the website
- Creating or editing documentation pages
- Ensuring consistent writing style across content
What It Does
- Scans Git History: Analyzes commits from a specific time period or between versions.
- Categorizes Changes: Groups commits into logical categories (
features,improvements,bug fixes,breaking changes). - Translates Technical → User-Friendly: Converts developer commits into customer language.
- Formats Professionally: Creates clean, structured changelog entries following Kubb conventions.
- Filters Noise: Excludes internal commits (
refactor,test, etc.). - Follows Best Practices: Applies changelog guidelines and your brand voice.