# Cmd Git Commit

> Stage and commit changes with conventional commit message

- Skill: `gsmlg-dev/cmd-git-commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gsmlg-dev/cmd-git-commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gsmlg-dev/cmd-git-commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: gsmlg-dev (https://skillmd.com/u/gsmlg-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gsmlg-dev/cmd-git-commit

---


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

Generate conventional commit message:
- Format: <type>(<scope>): <description>
- 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}}


