chinese-commit-conventions

Standardize Chinese commit messages and changelog workflows for Git teams.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

中文团队的提交信息和变更日志需要统一规范,以提高可读性和自动化处理的效率。

Core Features & Use Cases

  • 提交类型与范围规范:提供中文友好的类型定义、范围描述和描述规则,便于团队统一口径
  • 模板化提交信息:确保提交信息符合规定的语法结构,便于 changelog 自动化生成
  • Changelog 自动化:提供与变更日志相关的工作流模板,简化发布日志的编写
  • Use Case:在多语言协作环境中保持一致的历史记录和可追溯性

Quick Start

Install the commit convention tool and enable the hook to start enforcing standardized Chinese commits in your repository.

Frequently Asked Questions about chinese-commit-conventions

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

FAQPage Schema
How do I standardize Chinese commit messages in Git for my development team?

To standardize Chinese commit messages in Git, you can apply a Chinese commit schema with predefined types, scopes, and description rules. This enforces a consistent syntax structure across your repository history for better readability.

Can I automatically generate a changelog from standardized Chinese commit messages?

Yes, you can automatically generate a changelog from standardized Chinese commit messages. By using templated commit information that follows a specific syntax structure, the workflow templates simplify release log writing and automate changelog generation.

What is the best way to enforce a Chinese commit convention across pull requests?

The best way to enforce a Chinese commit convention across pull requests is to install the commit convention tool and enable the hook. This ensures all PR submissions conform to the standardized Chinese commit schema and templates.

Does this Chinese commit convention workflow require any specific dependencies or components?

This Chinese commit convention workflow requires no specific dependencies or components. It operates as a standalone Skill requiring only a root SKILL.md file with YAML frontmatter and a Markdown body, plus optional directories for scripts and references.

Why use a Chinese-specific commit schema instead of standard English conventions in a multilingual team?

A Chinese-specific commit schema maintains consistent historical records and traceability in multilingual collaboration environments. It provides Chinese-friendly type definitions and scope descriptions, improving readability for native Chinese-speaking team members.