commit-formatter
SKILL.md
Commit Formatter Skill
When to Use
This skill MUST be used when:
- User asks to create a git commit message
- User requests help with commit message format
- User mentions "conventional commits" or commit standards
- User asks how to format commits for their repository
What This Skill Does
Guides users in creating well-formatted git commit messages following the Conventional Commits specification (https://www.conventionalcommits.org/):
<type>[optional scope]: <description>
[optional body]