commit
Installation
SKILL.md
Commit Message Generator (Conventional Commits)
Generate commit messages following Conventional Commits 1.0.0.
Execution Style
- Be concise and direct; avoid preambles or long plans.
- Use explicit formatting and exact output requirements.
- Infer type, scope, and breaking from the changes when possible; ask only if truly ambiguous.
- Prefer tool-driven git commands over manual edits.
Workflow
- Run
git statusandgit diff HEAD. - Stage only user-specified files; if user requests "all", use
git add -A. - Infer type/scope/breaking from the diff when possible; ask only if needed.
- Draft subject, body, and footers.
- Commit using HEREDOC: