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 mixed-language commit messages. This Skill provides a complete Git workflow adapted to domestic platforms like Gitee, Coding.net, JiHu GitLab, and CNB, along with team conventions for branching, commits, and code review. ## Core Features & Use Cases - Platform-Specific Configuration: Remote, SSH, and credential setup for Gitee, Coding.net, JiHu GitLab, and CNB, including dual-push mirroring to GitHub. - Branching Strategy Selection: Guidance for choosing between trunk-based development, Git Flow, and a simplified main/dev model based on team size and release cadence. - Chinese Conventional Commits: A localized commit message specification with type prefixes, scopes, and good/bad examples. - CI/CD Templates: Ready-to-adapt pipeline configurations for Gitee Go, Coding CI (Jenkinsfile), GitLab CI, and CNB's .cnb.yml, plus a mapping table from GitHub Actions concepts. - Use Case: A 10-person team migrating from GitHub to Gitee can use this Skill to configure remotes, adopt the simplified main/dev branching model, enforce Chinese conventional commits, and set up a Gitee Go pipeline with staging and production deployments. ## Quick Start Help me set up a Git workflow for my team on Gitee, including branch naming rules, Chinese commit message conventions, and a CI pipeline for the dev and main branches.