What problem does it solve? Teams writing Git commit messages in Chinese lack a standardized convention and tooling setup, leading to inconsistent commit history, broken changelog generation, and unenforceable review standards. ## Core Features & Use Cases - Chinese Conventional Commits Spec: Adapts Conventional Commits 1.0.0 with English type keywords (feat, fix, docs, etc.) and Chinese scope/subject/body, including subject rules, body templates, and BREAKING CHANGE annotation conventions. - Toolchain Configuration: Provides ready-to-use configs for commitlint (Chinese-friendly rules), husky hooks, lint-staged, commitizen interactive prompts, and conventional-changelog/standard-version with Chinese section titles. - Issue Linking & Team Rollout: Covers GitHub/Gitee/Coding issue reference formats and a team adoption checklist with self-review items. - Use Case: A Chinese development team wants to enforce commit standards and auto-generate a Chinese CHANGELOG; apply this Skill to configure commitlint.config.js, husky hooks, and .versionrc.js in one pass. ## Quick Start Ask the assistant to set up Chinese Conventional Commits with commitlint, husky, and Chinese changelog generation for your repository.