chinese-git-workflow

Configure Git workflows for Gitee, Coding, CNB, and domestic GitLab variants.

Updated May 4, 2026
One-click install
npx skills add https://github.com/fred29910/migra-go --skill chinese-git-workflow-fred29910
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-git-workflow
Source: https://github.com/fred29910/migra-go/tree/main/.agents/skills/chinese-git-workflow
Command: npx skills add https://github.com/fred29910/migra-go --skill chinese-git-workflow-fred29910

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

国内团队在Git工作流方面遇到的访问不稳定、CI/CD方案不匹配、commit message 中英混杂、流程繁琐等痛点。本技能提供一套完整适配国内平台和团队习惯的 Git 工作流规范,帮助团队提升协作效率和代码质量。

Core Features & Use Cases

  • 支持主干开发(Trunk-Based)、Git Flow、以及国内简化流程三大工作流方案,清晰划分分支职责与合并策略。
  • 统一分支命名规范与提交规范,提供适用于日常开发、修复与发布的示例。
  • 提供 PR/MR 模板及审查要点,帮助提升代码质量与协作效率。
  • 针对国内平台(Gitee、Coding、极狐 GitLab、CNB 等)的适配要点与最佳实践,降低跨平台协作成本。
  • 集成 CI/CD 最佳实践,确保从代码托管到自动化构建、测试、部署的连贯性。

Quick Start

Adopting the recommended domestic Git workflows by configuring main and development branches, enforcing branch naming, and applying the commit and PR/MR templates.

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 standardized Git workflow for a domestic team using Gitee or Coding?

A standardized domestic Git workflow requires configuring main and development branches, enforcing branch naming conventions, applying commit message policies, and using PR/MR templates tailored for platforms like Gitee or Coding.

What is the best way to unify mixed Chinese and English commit messages in domestic Git workflows?

To unify mixed commit messages, apply a standardized commit policy that provides clear rules and examples for daily development, bug fixes, and releases, ensuring consistent communication across domestic teams.

How do I adapt Git branching models like Trunk-Based or Git Flow for a domestic platform?

Adapting Git branching models involves selecting Trunk-Based, Git Flow, or a simplified domestic workflow, then defining branch responsibilities and merge strategies that align with your team's size and platform capabilities.

Can I integrate CI/CD pipelines with a domestic Git workflow on CNB or GitLab variants?

Yes, you can integrate CI/CD pipelines by applying platform-aware best practices that connect code hosting on CNB or GitLab variants to automated building, testing, and deployment seamlessly.

What PR or MR templates should I use to improve code review for a domestic team?

Effective PR/MR templates for domestic teams include structured fields for describing changes and review checkpoints, helping standardize the review process and improve overall code collaboration quality.

Does this domestic Git workflow support teams of varying sizes, or is it only for large organizations?

The domestic Git workflow applies to teams of varying sizes, enabling consistent branching models and standardized naming policies that scale from small groups to larger organizations.