conventional-commits
Installation
SKILL.md
Conventional Commits (v1.0.0)
Produce consistent commit messages that parse into changelogs and drive semantic versioning.
Format
type(scope): description
[optional body]
[optional footers]
Rules: header on one line, scope is always included, separate sections with blank lines. Add ! before : for breaking changes (e.g., feat(api)!: remove v1).
Choosing the Type
User-facing changes: