conventional-git-commit
Installation
SKILL.md
Conventional Git Commit
MANDATORY RULE: Every git commit message in this project MUST follow the Conventional Commits 1.0.0 specification. No exceptions. A commit with a non-conforming message MUST be rejected and rewritten before proceeding.
Produces git commit messages that conform to the Conventional Commits 1.0.0 specification — a lightweight, machine-readable convention that maps directly to Semantic Versioning.
Commit Message Structure
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Every part of this structure is defined by strict rules: