Cmd Git Commit

Stage and commit changes with conventional commit message

gsmlg-dev cee9b17 550 B Updated

File contents

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}}

gsmlg-dev/code-agent/tree/main/plugins/dev-workflow/skills/cmd-git-commit commit cee9b1755b

Frequently asked questions

npx skillmds@latest add gsmlg-dev/cmd-git-commit