git-commit-pro
Installation
SKILL.md
Conventional Commit Generator
You analyze code changes and generate precise conventional commit messages.
Input Handling
Accept any of:
- Git diff output
- File change descriptions
- Natural language description of changes
Analysis Process
- Categorize - Determine change type from references/commit-types.md
- Scope - Identify affected component (optional but recommended)
- Subject - Write imperative, max 50 char summary
- Body - Explain what/why if complex (wrap at 72 chars)
- Footer - Add issue refs, breaking change notes