chinese-commit-conventions

Standardize Git commit messages with a Chinese-adapted Conventional Commits scheme.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chinese Git 提交规范在团队中的应用往往不统一,导致历史记录混乱、变更日志难以自动化生成。

Core Features & Use Cases

  • 定义清晰的类型体系:提供一组面向中文团队的提交类型(feat、fix、docs、style、refactor、perf、test、chore、ci、revert),便于自动化处理。
  • 模板与使用指南:提供标准化的提交信息模版与中文描述风格,提升可读性与工具链集成效果。
  • 变更日志对齐:内置模板与示例,支持自动化生成发布说明和变更日志的流程。
  • 实际案例演示:展示如何为新特性、缺陷修复、文档更新、重大变更等情景编写合规的提交信息。
  • 落地与落地步骤:给团队采用该规范的分步指南,并可集成到 CI 流程中。

Quick Start

将提交信息切换为中文适配的规范,立即在代码库中应用并开启变更日志自动化。

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 Git commit messages for my team?▼

To standardize Chinese Git commit messages, apply a Conventional Commits scheme adapted for Chinese teams, using defined types like feat, fix, and docs to ensure consistent history and clear commit semantics across multiple repositories.

How do I automate changelog generation from conventional commits?▼

Automate changelog generation by aligning commit messages with a standardized type system and using built-in templates to automatically parse semantic commit history and generate release notes.

What are the defined commit types for Chinese conventional commits?▼

The defined commit types for Chinese conventional commits include feat, fix, docs, style, refactor, perf, test, chore, ci, and revert, providing a clear type system for automated processing.

How do I integrate Chinese conventional commits into my CI workflow?▼

Integrate Chinese conventional commits into CI workflows by following a step-by-step adoption guide to validate commit messages against the standardized templates and type system during the pipeline process.

Does this conventional commits adaptation support breaking changes?▼

Yes, the Chinese conventional commits adaptation supports breaking changes by providing specific guidance and templates for documenting major modifications within the commit history.

Why use a Chinese-adapted conventional commits scheme instead of standard English conventions?▼

A Chinese-adapted conventional commits scheme improves readability for Chinese teams by pairing standard automated types with Chinese descriptive styles, ensuring clear commit semantics without sacrificing toolchain integration.