git-convention
Installation
SKILL.md
Git Convention Skill
Write conventional commit messages that are machine-readable, enable automatic changelog generation, and drive semantic versioning (fix → PATCH, feat → MINOR, BREAKING CHANGE → MAJOR).
Format
<type>[optional scope][!]: <subject>
[optional body]
[optional footer(s)]
Append ! after type/scope to flag a breaking change without a footer: feat!: or feat(api)!:.