commit-message-generator
Installation
SKILL.md
Commit Message Generator
Automatically generate conventional commit messages for staged changes.
Philosophy
Commit messages are the history and documentation of your code's evolution.
Core Beliefs
- Commits Tell a Story: Each commit should explain what changed and why
- Conventional Format Enables Automation: Structured messages power changelogs and semantic versioning
- Clarity Over Brevity: A clear 2-line message beats a cryptic 5-word one
- Context Matters: Messages should be understandable months later without additional context