conventional-commits
Installation
SKILL.md
Conventional Commits Skill
Help write, validate, and fix commit messages following the Conventional Commits 1.0.0 specification.
Commit message format
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Types
| Type | Use for | SemVer impact |
|---|---|---|
feat |
New feature | MINOR bump |
Related skills