chinese-commit-conventions

Standardize Chinese commit messages using Conventional Commits types and scopes.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/FelixBitSoul/contentCrew-AI --skill chinese-commit-conventions-felixbitsoul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/FelixBitSoul/contentCrew-AI/tree/main/.trae/skills/chinese-commit-conventions
Command: npx skills add https://github.com/FelixBitSoul/contentCrew-AI --skill chinese-commit-conventions-felixbitsoul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chinese commit conventions help teams adopt a standardized messaging style that improves readability, traceability, and automated changelog generation.

Core Features & Use Cases

  • Type mapping to Conventional Commits (feat, fix, docs, etc.) with Chinese scopes
  • Structured subject and body guidelines for clarity
  • Breaking changes guidelines and issue references
  • Changelog-friendly formatting compatible with tooling

Quick Start

Compose a commit message using type(scope): description, and add a detailed body when needed.

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 Git commit messages in Chinese while keeping conventional commits compatibility?

To write Git commit messages in Chinese, use standard English type keywords like feat or fix combined with Chinese scope names. This preserves tooling compatibility for automated changelog generation while improving readability for Chinese-speaking teams.

What is the conventional commits format for Chinese-speaking development teams?

The conventional commits format for Chinese teams adapts the standard type(scope): description structure. It enforces Chinese scope names, preserves English type keywords, and provides structured guidance for the body, breaking changes, and issue references.

How do I document breaking changes in a Chinese git commit message?

To document breaking changes in a Chinese git commit message, follow the structured breaking changes guidelines provided by the convention. This ensures clarity and traceability while maintaining a changelog-friendly format compatible with standard automated tooling.

Does this Chinese commit convention support automated changelog generation?

Yes, this Chinese commit convention supports automated changelog generation. By preserving English type keywords and enforcing a structured subject and body format, it ensures that commit messages remain fully compatible with standard changelog tooling.

When should I use Chinese scope names in my conventional commit messages?

You should use Chinese scope names in your conventional commit messages whenever your team adopts this convention to standardize messaging. It enforces Chinese scope names to improve readability and traceability for Chinese-speaking developers across typical software development workflows.