cmd-git-commit

Installation
SKILL.md

Analyze staged/unstaged changes to determine logical scope and type.

Generate conventional commit message:

  • Format: ():
  • Types: feat|fix|docs|style|refactor|test|chore
  • Keep subject under 72 chars
  • Add body if context from {{INPUT}} requires explanation

If changes span multiple scopes, create separate commits per logical unit.

Stage files with git add and commit. Run autonomously without approval.

{{INPUT}}

Installs
23
First Seen
Apr 27, 2026
cmd-git-commit — gsmlg-dev/code-agent