chinese-git-workflow

Configure Git workflows and CI/CD for Chinese platforms like Gitee and Coding.net.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/466852675/Skills-2026 --skill chinese-git-workflow-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-git-workflow
Source: https://github.com/466852675/Skills-2026/tree/main/chinese-git-workflow
Command: npx skills add https://github.com/466852675/Skills-2026 --skill chinese-git-workflow-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a practical, locally adapted Git workflow and configuration set to avoid common pitfalls teams face in China, including unstable GitHub access, incompatible CI/CD practices, and inconsistent commit/PR conventions.

Core Features & Use Cases

  • Platform-specific configurations: Remote and SSH setups for Gitee, Coding.net, and Jihulab/GitLab to ensure reliable access and mirrored pushes.
  • Branching and release strategies: Trunk-based, Git Flow, and simplified domestic workflows with naming rules and lifecycle guidance for small to large teams.
  • CI/CD and templates: Practical pipeline examples and PR/MR templates adapted for Gitee Go, Coding CI, and GitLab CI to streamline testing and deployment.
  • Use case: A mid-sized team migrating from GitHub to Gitee can apply the provided SSH, remote, branch naming, commit message, and CI examples to maintain release cadence and developer ergonomics.

Quick Start

Configure your repository by adding the appropriate remote and SSH identity for your chosen platform, adopt the recommended branch naming and commit message convention, and install the provided CI pipeline template for staging and production.

Frequently Asked Questions about chinese-git-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Git workflows for Gitee or Coding.net to avoid access instability?

Configuring Git workflows for Gitee or Coding.net requires adapted remote and SSH setups to ensure reliable access and mirrored pushes. This provides platform-specific configurations to mitigate access instability common with domestic Chinese hosting platforms.

What's the best way to set up a CI/CD pipeline for Gitee Go or Coding CI?

Setting up a CI/CD pipeline for Gitee Go or Coding CI involves applying practical pipeline examples and PR/MR templates adapted for these platforms. This streamlines testing and deployment while resolving CI/CD incompatibilities found in domestic environments.

Does this Git workflow support both small and large team branching strategies?

Yes, this Git workflow supports both small and large teams by offering Trunk-based, Git Flow, and simplified domestic workflows. It includes branch naming rules and lifecycle guidance tailored for varying team scales using Gitee or GitLab.

How do I standardize commit messages and PR templates for Jihulab or GitLab?

Standardizing commit messages and PR templates for Jihulab or GitLab involves adopting provided commit message conventions and PR/MR templating. This ensures consistent commit and PR conventions across teams migrating from GitHub to domestic platforms.

Can I use this to migrate my repository from GitHub to a Chinese domestic Git platform?

Yes, you can use this to migrate a repository from GitHub to a Chinese domestic Git platform like Gitee. It provides SSH, remote, branch naming, commit message, and CI examples to maintain release cadence and developer ergonomics during migration.