git-commit-cn | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / git-commit-cn

git-commit-cn

maintained by bahayonghang

star 10 account_tree 0 verified_user MIT License
bolt View GitHub

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

  1. Analyze changes via git diff --staged and git status.
  2. Determine commit type and emoji using references/commit-types.md and $ARGUMENTS.
  3. Split changes into separate commits by module/type.
  4. Execute commit using HEREDOC: git commit -m "$(cat <<'EOF' \n <type>(<scope>): <emoji> <description> \n EOF)".
  5. Push changes to remote. Confirm before pushing to main or master.
  6. PROHIBITED: Never include Co-Author fields or attribution lines.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 10
GitHub Forks 0
Created Mar 2026
Last Updated 3个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.