What problem does it solve? Teams working in Chinese often struggle to apply the English-centric Conventional Commits specification consistently, resulting in vague commit messages, broken changelog generation, and unenforced team conventions. ## Core Features & Use Cases - Chinese Commit Message Standards: Provides type definitions, subject/body rules, and templates for writing Chinese commit messages with English type keywords. - Toolchain Configuration: Supplies ready-to-use configurations for commitlint, husky, lint-staged, commitizen, and conventional-changelog with Chinese prompts and section names. - Breaking Change & Issue Linking: Defines rules for BREAKING CHANGE annotations and issue references across GitHub, Gitee, Coding, Jira, and 禅道. - Use Case: A team lead wants all developers to write standardized Chinese commit messages and auto-generate a Chinese changelog on release; this Skill provides the rules, templates, and config files to enforce it via git hooks. ## Quick Start Ask the assistant to write a compliant Chinese commit message for your staged changes following the chinese-commit-conventions rules.