commit-style
Installation
SKILL.md
Commit Style
Commit messages follow Conventional Commits. Focus on why the change exists, not what changed; the diff already shows what changed.
When To Use
- The user asks for "commit", "git commit", or "commit this".
- A sequence of changes is ready to be recorded.
- Git history needs a new descriptive entry.