commit-helper
Installation
SKILL.md
Commit Helper
Write clear, meaningful commit messages following conventions.
When to Use
- User asks to commit changes
- Help writing commit messages
- Following Conventional Commits
- Preparing commits for PR
Conventional Commits Format
<type>(<scope>): <subject>
<body>