Documentation
README
Claude Command: Commit (Git-only)
This command works without any package manager/build tools, using only Git to:
- Read changes (staged/unstaged)
- Determine if changes should be split into multiple commits
- Generate Conventional Commits style messages with optional emoji for each commit
- Execute
git addandgit commitas needed (runs local Git hooks by default; use--no-verifyto skip)
Usage
/git-commit
/git-commit --no-verify
/git-commit --emoji
/git-commit --all --signoff
/git-commit --amend
/git-commit --scope ui --type feat --emoji
Options
This is the opening of the README. Read the full README on GitHub.