Documentation
README
Claude Command: Commit (Git-only)
该命令在不依赖任何包管理器/构建工具的前提下,仅通过 Git:
- 读取改动(staged/unstaged)
- 判断是否需要拆分为多次提交
- 为每个提交生成 Conventional Commits 风格的信息(可选 emoji)
- 按需执行
git add与git commit(默认运行本地 Git 钩子;可--no-verify跳过)
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.