commit-helper - Generate conventional commit messages from git diffs
Creates structured commit messages following conventional commit format based on staged changes
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run git diff --staged
- analyze file changes
- identify commit types
- generate summary line
- create detailed description
- list affected components
Inputs
- git repository
- staged changes
- git diff output
Outputs
- commit message
- conventional commit format
- structured documentation
Requirements
- Git installation
- write access to repository
