chinese-commit-conventions

Standardize Chinese Git commit messages and changelog configuration.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/fartmonarch/RenderMind --skill chinese-commit-conventions-fartmonarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/fartmonarch/RenderMind/tree/main/.claude/skills/chinese-commit-conventions
Command: npx skills add https://github.com/fartmonarch/RenderMind --skill chinese-commit-conventions-fartmonarch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams standardize Chinese Git commit messages and changelog workflows so commits stay readable, consistent, and automation-friendly across a multilingual development process.

Core Features & Use Cases

  • Chinese Conventional Commits Guidance: Defines practical type, scope, subject, body, and breaking-change rules adapted for Chinese teams.
  • Tooling Configuration Reference: Provides ready-to-use examples for commitlint, husky, commitizen, and conventional-changelog setup.
  • Use Case: A developer preparing a feature merge can use this Skill to write a compliant commit message, configure validation hooks, and generate a localized changelog for release.

Quick Start

Use this Skill to draft a compliant Chinese commit message for your latest change and check it against the team’s commit and changelog rules.

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 commitlint and husky for Chinese conventional commits?

Configure commitlint and husky for Chinese conventional commits by applying localized type, scope, and subject mappings. This Skill provides ready-to-use validation hook examples to enforce Chinese commit messages and automated changelog generation.

What is the format for Chinese conventional commit messages?

The Chinese conventional commit message format standardizes type, scope, subject, body, BREAKING CHANGE, and issue linkage. This structure ensures commits remain readable, consistent, and automation-friendly for Chinese development teams.

How do I generate a localized changelog using conventional-changelog for a Chinese project?

Generate a localized changelog using conventional-changelog by mapping localized section headers for features, fixes, and refactors. This Skill configures release notes generation to parse Chinese commit scopes and breaking changes automatically.

Can I use commitizen with Chinese scopes and subjects in git workflows?

Yes, you can use commitizen with Chinese scopes and subjects. This Skill provides localized prompt mappings and configuration references to guide developers through writing compliant Chinese commit messages interactively.

How do I enforce breaking change rules in Chinese git commit messages?

Enforce breaking change rules in Chinese git commit messages by configuring commitlint to validate the BREAKING CHANGE footer and subject format. This Skill defines specific validation logic for localized breaking change syntax.