What problem does it solve? Teams in China often struggle with unstable GitHub access, CI/CD setups copied from foreign platforms that do not fit local services, and inconsistent commit message conventions. This Skill provides a complete Git workflow adapted to domestic platforms and team habits. ## Core Features & Use Cases - Platform Configuration: Covers SSH/HTTPS/credential setup differences for Gitee, Coding.net, JiHu GitLab, and CNB, including mirror push to both Gitee and GitHub. - Workflow & Branching Standards: Provides trunk-based, Git Flow, and simplified dev/main models with branch naming rules and Chinese Conventional Commits message templates. - CI/CD Templates: Ready-to-adapt pipeline examples for Gitee Go, Coding CI (Jenkinsfile), JiHu GitLab CI, and CNB (.cnb.yml), plus a PR/MR description template. - Use Case: A team migrating from GitHub to Gitee can use this Skill to configure remotes, set up Gitee Go pipelines, and enforce a Chinese commit message standard in one pass. ## Quick Start Invoke /chinese-git-workflow and ask it to set up a Gitee remote with GitHub mirror push and a matching CI pipeline for your project.