cmd-git-commit

Installation
SKILL.md

/git-commit

Agent skill wrapper for the Claude command /git-commit.

When the original command text references {{INPUT}}, $1, or named arguments, map them from the user's current request.

Command Instructions

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.

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