conventional-commits
Installation
SKILL.md
Core Rules
Format:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Title Requirements:
- ALL LOWERCASE (no capitalization in description)
- <50 characters
- Imperative mood (e.g., "add" not "added")
- No period at end
- Add "!" before ":" for breaking changes (e.g.,
feat!:,feat(api)!:)
Common Types: feat:, fix:, docs:, refactor:, perf:, test:, chore:, build:, ci:, style: