writing-commits
Installation
SKILL.md
Writing Commits
Follow Conventional Commits: <type>(<scope>): <subject>
Types
| Type | Use For |
|---|---|
feat |
New user-facing feature |
fix |
Bug fix |
docs |
Documentation only |
refactor |
Code change, no behavior change |
test |
Adding/fixing tests |
chore |
Build, deps, tooling |