commit-message-crafter
Installation
SKILL.md
Commit Message Crafter
Write clear, consistent, and meaningful commit messages.
When to Use
- Writing a commit message for staged changes
- Following conventional commits format
- Standardizing commit messages across a team
- Writing messages for squash commits or PRs
The Conventional Commits Format
<type>(<scope>): <subject>
<body>
<footer>
Related skills