chinese-commit-conventions

Standardize Chinese commit messages with conventional commit formatting and issue linkage.

7.6k|721|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jnMetaCode/superpowers-zh --skill chinese-commit-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/jnMetaCode/superpowers-zh/tree/main/skills/chinese-commit-conventions
Command: npx skills add https://github.com/jnMetaCode/superpowers-zh --skill chinese-commit-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chinese-speaking development teams often face inconsistent commit messages, chaotic changelogs, and unclear issue references, which slow reviews and releases.

Core Features & Use Cases

  • Conventional commit guidance aligned with Chinese workflows to standardize types like feat, fix, docs, style, refactor, perf, test, chore, ci, revert.
  • Subject/body formatting rules: enforce type in English, scope and description in Chinese, and a Chinese body with detailed changes.
  • Breaking change & issue linking: provide clear conventions for marking breaking changes and linking issues with Closes references.
  • Changelog automation guidance: steps to configure tools to auto-generate changelogs from commit history.
  • Use case example: e.g., adding a new authentication feature with a properly formatted commit and changelog entry.

Quick Start

Draft a commit message following the Chinese commit conventions shown above.

Frequently Asked Questions about chinese-commit-conventions

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

FAQPage Schema
How do I write conventional commit messages for a Chinese-speaking development team?

Standardize Chinese commit messages by using English types like feat or fix, Chinese scopes and descriptions, and a detailed Chinese body. This conventional commit format ensures structured formatting for standardized team workflows.

What is the best way to automate changelog generation from Chinese git commit messages?

Automate changelog generation by applying standardized Chinese commit conventions to your git workflow. Structured commit messages with specific types and breaking change notations allow tooling to automatically parse history and generate accurate changelogs.

How should I format breaking changes and issue links in Chinese commit conventions?

Format breaking changes and issue links in Chinese commit conventions by using explicit breaking change notation within the message body and appending Closes references for issue linkage, ensuring clear PR referencing and tracking.

Can I use English commit types with Chinese descriptions in a conventional commit workflow?

Yes, this Chinese commit convention enforces using English for the commit type (like feat, fix, docs) while requiring the scope and description to be in Chinese, ensuring compatibility with conventional commits tooling while aiding team comprehension.

Does standardizing Chinese commit messages improve code review speed?

Standardizing Chinese commit messages speeds up code review by enforcing structured subject and body formatting, clear breaking change notation, and explicit issue linkage rules, which clarifies changes for reviewers and accelerates releases.

What are the standard commit types supported in Chinese commit guidelines?

Chinese commit guidelines support standard conventional commit types including feat, fix, docs, style, refactor, perf, test, chore, ci, and revert, aligning English type definitions with Chinese descriptive scopes and bodies.