commit-message
Installation
SKILL.md
Commit Message Generator
Purpose
Generate well-formatted commit messages following the Conventional Commits specification.
When to Use
- User asks "help me write a commit message"
- User says "commit this" or "commit my changes"
- User wants to review staged changes before committing
- User asks for commit message suggestions
- User mentions "conventional commit" or asks about commit format
Instructions
- Check staged changes:
git diff --staged
Related skills