chinese-commit-conventions

Automate Chinese Conventional Commits with commitlint, husky, and commitizen.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill chinese-commit-conventions-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.trae/skills/chinese-commit-conventions
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill chinese-commit-conventions-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

中文团队在 Git 提交与变更日志配置中存在语言和格式不统一的问题。本技能提供中文化的提交类型、范围和描述,以及与 changelog 的中文模板对齐,帮助团队保持一致性与可追溯性。

Core Features & Use Cases

  • Conventional Commits 的中文适配:将英文类型映射到中文描述,便于团队理解。
  • Changelog 中文模板:提供中文配置,方便生成更易读的变更日志。
  • 工作流集成:配合 commitlint、husky、commitizen 等工具,自动提示与校验中文提交信息。

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 configure conventional commits to use Chinese types and scopes?

To configure conventional commits with Chinese types and scopes, apply a structured subject and body format that maps English commit types to Chinese descriptions. This standardizes message formats for better team readability.

How do I integrate commitlint and husky to validate Chinese commit messages?

You can integrate commitlint and husky to validate Chinese commit messages by setting up automated workflow hooks. This automatically checks submitted messages against the Chinese conventional commits format before they are applied.

Can I generate a changelog using Chinese templates from conventional commits?

Yes, you can generate a changelog using Chinese templates from conventional commits. By aligning the changelog tooling with Chinese configurations, you can automatically produce readable Chinese change history logs.

Does commitizen work with localized Chinese commit workflows?

Commitizen works with localized Chinese commit workflows by integrating into the toolchain to provide automated prompts. This guides developers to format commit subjects and bodies according to the Chinese conventions.

Why use Chinese conventional commits instead of standard English formats?

Chinese conventional commits solve the language and format inconsistency problem in Chinese development teams. By mapping English types to Chinese descriptions, it makes the Git history and changelogs easier for the team to understand and trace.