name: git-commit-cn description: Generate conventional Chinese git commit messages with emojis. Use when committing staged changes. metadata: category: development-tools tags: - git - commit-message - conventional-commits - chinese argument-hint: "[额外说明或范围限制]" allowed-tools: Bash
- Analyze changes via
git diff --stagedandgit 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 <type>(<scope>): <emoji> <description> \n EOF)". - Push changes to remote. Confirm before pushing to
mainormaster. - PROHIBITED: Never include Co-Author fields or attribution lines.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
10
GitHub Forks
0
Created
Mar 2026
Last Updated
3个月前
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!