chinese-git-workflow

Generate Git workflows for Gitee, Coding.net, and JihuLab/GitLab.

30|2|Updated Mar 3, 2022
One-click install
npx skills add https://github.com/lie5860/ak-guess --skill chinese-git-workflow-lie5860
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-git-workflow
Source: https://github.com/lie5860/ak-guess/tree/main/.agents/skills/chinese-git-workflow
Command: npx skills add https://github.com/lie5860/ak-guess --skill chinese-git-workflow-lie5860

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid common Git pitfalls in domestic Chinese development environments such as unstable GitHub access, mismatched CI/CD practices, inconsistent commit conventions, and unclear branch policies by providing platform-adapted workflows and templates.

Core Features & Use Cases

  • Platform Adaptation: Configuration and examples for Gitee, Coding.net, and JihuLab/GitLab including remote/SSH setup and push-mirror strategies.
  • Branching & Commit Conventions: Prescriptive branch naming options (trunk, Git Flow, simplified), Chinese conventional commit examples, and guidelines for short-lived feature branches.
  • CI/CD & PR/MR Templates: Ready templates and mappings for Gitee Go, Coding CI (Jenkinsfile), and GitLab CI with suggestions for using domestic NPM registries and deployment steps.
  • Use Case: Onboard a small-to-medium domestic team to a consistent workflow that enforces branch protection, standardized PR descriptions, CI validation, and release management.

Quick Start

Generate a complete domestic Git workflow for a Gitee repository including branch naming rules, commit message conventions, CI pipeline template, and a PR/MR template.

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?

Setting up a Git workflow for Gitee or Coding.net involves configuring remote/SSH connections, defining branch naming conventions, and implementing CI/CD pipelines. This Skill provides platform-specific templates and guidelines to streamline repository hosting and code review for domestic development teams.

What is the best way to write Chinese conventional commit messages?

Writing Chinese conventional commit messages requires standardized prefixes and clear Chinese descriptions to ensure consistency. This Skill provides specific examples and guidelines for Chinese-language conventional commits to maintain uniform commit conventions across domestic development teams.

Can I use GitLab CI templates for JihuLab pipelines?

Yes, you can use GitLab CI templates for JihuLab pipelines. This Skill provides ready CI/CD templates and mappings for GitLab CI, along with suggestions for domestic NPM registries and deployment steps, to automate pipeline scenarios effectively.

Does this Git workflow support Gitee Go and Jenkinsfile for CI?

Yes, this Git workflow supports Gitee Go and Jenkinsfile for CI. It offers ready CI/CD templates and mappings for Gitee Go and Coding CI, ensuring automated pipeline validation and deployment steps are properly configured for domestic platforms.

Why do I need a platform-adapted Git workflow for domestic development?

You need a platform-adapted Git workflow to avoid common domestic pitfalls like unstable GitHub access, mismatched CI/CD practices, and inconsistent commit conventions. It provides tailored workflows and templates to ensure stable repository hosting and standardized code review.

What branch naming conventions should a small-to-medium team use?

Small-to-medium teams should use prescriptive branch naming options like trunk-based, Git Flow, or simplified models. This Skill provides guidelines for short-lived feature branches and branch protection rules to enforce a consistent and manageable workflow.