For Chinese development teams, writing clear commit messages is important. This guide helps you follow the Conventional Commits standard in Chinese. It explains the right commit types like feat for new features and fix for bug fixes. You will learn how to write the subject line and body in Chinese.
The skill also shows you how to set up tools like commitlint and husky. It includes templates for commitizen and configuration for automatic changelog generation. This makes your Git history neat and useful for everyone on your team.
Global
mkdir -p ~/.claude/skills/chinese-commit-conventionsProject
mkdir -p .claude/skills/chinese-commit-conventionsSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes