What problem does it solve?
This Skill helps teams adopt a practical Git workflow that works reliably across Chinese-hosted platforms instead of copying foreign defaults that break down in local environments.
Core Features & Use Cases
- Platform-specific setup: Guides remote URLs, SSH configuration, HTTPS credential handling, and mirror synchronization for Gitee, Coding.net, JihuLab GitLab, CNB, and GitHub.
- Branching strategy selection: Explains when to use trunk-based development, Git Flow, or a simplified dev-main process for different team sizes and release cadences.
- Team conventions: Standardizes branch naming, commit message format, PR/MR templates, and review checklists for consistent collaboration.
- CI/CD adaptation: Provides examples for domestic pipeline systems and their equivalents to help teams migrate build, test, and deploy workflows.
- Use case: A startup team can use this Skill to set up a clean
main/dev/feature workflow, enforce commit conventions, and configure CI on a domestic Git platform in one pass.
Quick Start
Ask for a Chinese Git workflow plan tailored to your platform, team size, branching model, commit rules, and CI/CD needs.