chinese-commit-conventions

Enforce Chinese commit conventions and generate changelogs from Git history.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill chinese-commit-conventions-onclicklistener2048
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/OnClickListener2048/confluence-mcp/tree/main/.claude/skills/chinese-commit-conventions
Command: npx skills add https://github.com/OnClickListener2048/confluence-mcp --skill chinese-commit-conventions-onclicklistener2048

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

中文提交规范方案旨在解决团队在提交记录上的不一致性与变更日志编制的高成本问题,通过本地化的提交规则与自动化日志生成功能提升发布可追溯性与协作效率。

Core Features & Use Cases

  • 中文化类型定义:将常用的提交类型映射到中文描述,提升团队理解度。
  • 提交模版与强制格式:统一 subject/body 结构,确保信息完整性和风控。
  • 自动化变更日志:基于提交记录自动生成 CHANGELOG,便于发布。

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 enforce Chinese commit conventions in a Git workflow?

To enforce Chinese commit conventions in Git, apply localized rules mapping commit types to Chinese descriptions and mandate unified subject and body structures. This standardizes commit messages for domestic development teams.

Can I automatically generate a Chinese changelog from conventional commits?

Yes, you can automatically generate a Chinese changelog from conventional commits. The Skill automates changelog creation based on your localized Git commit history to produce readable release notes for domestic team workflows.

What is the best way to localize commit types to Chinese for a development team?

The best way to localize commit types to Chinese is to map conventional commit types directly to Chinese descriptions. This mapping improves team comprehension and enforces consistent Chinese commit messages across the repository.

Does this Chinese commit convention tool support CI integration for release notes?

Yes, this Chinese commit convention tool supports optional CI integration for release notes. By integrating with your CI pipeline, it automatically processes localized commit records to produce standardized changelogs during releases.

Why should I use a localized commit message format instead of standard English conventional commits?

You should use a localized commit message format to solve inconsistency and high changelog compilation costs in domestic teams. Chinese descriptions improve readability and traceability, ensuring standardized release notes without translation overhead.