What problem does it solve? Teams in China often struggle with unstable GitHub access, CI/CD setups copied from foreign platforms that don't fit local tooling, and inconsistent commit message conventions mixing Chinese and English. This Skill provides a complete Git workflow adapted to Chinese platforms and team habits. ## Core Features & Use Cases - Platform-Specific Configuration: SSH/HTTPS/credential setup for Gitee, Coding.net, JiHu GitLab, and CNB, including mirror sync pushing to both Gitee and GitHub simultaneously. - Branching Strategy Guidance: Compares Trunk-Based Development, Git Flow, and a simplified main/dev model suited to small and mid-sized Chinese teams, with branch naming conventions. - Chinese Commit & CI Standards: Conventional Commits adapted for Chinese messages, PR/MR description templates, and ready-to-use CI configs for Gitee Go, Coding CI, GitLab CI, and CNB (.cnb.yml). - Use Case: A team migrating from GitHub to Gitee can use this Skill to configure remotes, set up Gitee Go pipelines, and enforce a unified Chinese commit message standard across the team. ## Quick Start Invoke /chinese-git-workflow and ask it to set up a Gitee remote with GitHub mirror sync and a matching CI pipeline for your repository.