mkaczkowski-commit-message-generator
Installation
SKILL.md
Commit Message Generator
Instructions
-
Run
git diff --stagedto view staged changes -
Review the diff and identify:
- What changed
- Why it changed
- Any breaking changes or important side effects
-
Generate a commit message that follows these conventions:
- Summary (max 50 characters): Start with a verb (Add, Fix, Update, Remove, Refactor, etc.)
- Blank line (always)
- Body (wrapped at 72 characters): Explain what and why, not how
- Footer (optional): Reference issues with "Fixes #123" or "Refs #456"