commit
Installation
SKILL.md
Conventional Commits
Overview
The commit skill summarizes the Conventional Commits 1.0.0 specification and common best practices, supporting compliant commit messages. Reference: Conventional Commits 1.0.0.
Commit Format
<type>[optional scope][!]: <description>
[optional body]
[optional footer(s)]
Elements:
Related skills