git-commit-generator
Installation
SKILL.md
Git Commit Generator
Generate Conventional Commit messages from staged git changes.
Workflow
- Run
git diff --cached --name-statusto identify changed files and their status - Run
git diff --cachedto review the actual staged changes - Analyze the changes and generate a commit message following the rules below
- Output ONLY the commit message — no markdown, no code fences, no commentary
- Present 2-3 options to the user
Output Format
type(scope): subject
- Body sentence one
- Body sentence two