write-commit-message
Installation
SKILL.md
Write Commit Message
Create git commit messages following the Conventional Commits format.
Template
See templates/commit-message.md for the full template structure, format rules, and examples.
Quick Reference
Format:
<type>(<scope>): <subject>
[optional body]
[optional footer]