git-commit-helper
SKILL.md
Git Commit Message Guide
Format
Every commit message MUST follow this structure:
<type>(<scope>): <subject>
[optional body]
[optional footer]
Type (required)
| Type | When to use |
|---|---|
| feat | New feature or capability |
Every commit message MUST follow this structure:
<type>(<scope>): <subject>
[optional body]
[optional footer]
| Type | When to use |
|---|---|
| feat | New feature or capability |