chinese-git-workflow

Standardize Git workflows for Chinese-hosted repositories and team collaboration.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill chinese-git-workflow-jiangaustin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-git-workflow
Source: https://github.com/JiangAustin/Money_Never_Sleep/tree/main/.claude/skills/chinese-git-workflow
Command: npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill chinese-git-workflow-jiangaustin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams use Git smoothly when GitHub access, CI expectations, and collaboration habits need to fit Chinese platforms and domestic development workflows.

Core Features & Use Cases

  • Compares Gitee, Coding.net, 极狐 GitLab, CNB, and GitHub for remote access, CI/CD, and collaboration tradeoffs.
  • Explains practical branch models such as trunk-based development, Git Flow, and a simplified dev to main flow.
  • Provides naming rules, Chinese commit message guidance, PR or MR templates, and common Git configuration for local development and mirror sync.
  • Use it when you need to set up a new repository, standardize team contribution rules, or adapt pipelines for a domestic platform.

Quick Start

Ask for a Chinese Git workflow tailored to your platform, branch model, commit rules, and CI/CD setup.

Frequently Asked Questions about chinese-git-workflow

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

FAQPage Schema
How do I set up a Git workflow for Gitee or Coding.net repositories?

Git workflow for Gitee or Coding.net requires standardizing branch strategies, commit conventions, and PR templates. You must configure SSH or HTTPS remotes, establish branch naming rules, and apply conventional commits to streamline domestic team collaboration.

What is the best branch model for a simplified dev to main flow on Chinese Git platforms?

A simplified dev to main flow on Chinese Git platforms moves changes from a development branch directly to main, offering a lighter alternative to Git Flow. It works well for continuous integration by reducing merge complexity while maintaining trunk-based development stability.

Does this Git workflow support CI/CD pipeline templates for Jihu GitLab and CNB?

Yes, this Git workflow supports CI/CD pipeline templates for Jihu GitLab and CNB. It helps adapt pipelines for domestic platforms by providing pipeline configurations and domestic environment optimizations tailored to each platform's specific CI expectations.

How do I configure SSH and HTTPS remotes for GitHub mirror sync?

Configuring SSH and HTTPS remotes for GitHub mirror sync involves setting up credential handling and common Git configurations locally. This lets you push and pull changes seamlessly between GitHub mirrors and domestic repositories like Gitee or CNB.

Can I use conventional commits with Chinese commit messages in my team collaboration?

Yes, you can use conventional commits with Chinese commit messages. The workflow provides specific Chinese commit message guidance alongside standard naming rules, ensuring commit conventions fit domestic development workflows without losing structural consistency.

What are the limitations of adapting pipelines for domestic platforms compared to GitHub?

Adapting pipelines for domestic platforms compared to GitHub involves tradeoffs in CI expectations and collaboration habits. GitHub access constraints and specific domestic environment optimizations mean certain pipeline templates and credential handling methods must be tailored specifically per platform.