安装
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill git-commit-cn
- Analyze changes via
- git diff --staged
- and
- git status
- .
- Determine commit type and emoji using
- references/commit-types.md
- and
- $ARGUMENTS
- .
- Split changes into separate commits by module/type.
- Execute commit using HEREDOC:
- git commit -m "$(cat <<'EOF' \n (): \n EOF)"
- .
- Push changes to remote. Confirm before pushing to
- main
- or
- master
- .
- PROHIBITED
- Never include Co-Author fields or attribution lines.
← 返回排行榜