chinese-commit-conventions

Standardize Chinese Git commit messages with commitlint, husky, and commitizen.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill chinese-commit-conventions-jiangaustin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/JiangAustin/Money_Never_Sleep/tree/main/.claude/skills/chinese-commit-conventions
Command: npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill chinese-commit-conventions-jiangaustin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps Chinese development teams write consistent commit messages and generate readable changelogs without breaking tool compatibility.

Core Features & Use Cases

  • Chinese-friendly Conventional Commits guidance with clear type, scope, and subject rules.
  • Commitlint, husky, and commitizen setup patterns for enforceable team workflows.
  • Conventional-changelog configuration for Chinese release notes and version history.
  • Use case: a team wants every pull request to produce clear Chinese commit messages, automated validation, and a maintainable changelog.

Quick Start

Ask the chinese-commit-conventions skill to generate a Chinese commit template and the matching commitlint, husky, and changelog configuration for your repository.

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 to enforce Chinese conventional commits?

The skill provides commitlint and husky setup patterns that validate Chinese commit messages against conventional commit rules for type, scope, subject, breaking-change, and issue-link. This automates enforcement of Chinese commit formatting across your team's workflow.

What is the best way to generate a Chinese changelog from conventional commits?

Use conventional-changelog configuration tailored for Chinese release notes to parse standardized commit messages and output readable Chinese version history. This maintains compatibility with conventional commits tooling while producing localized changelogs.

Does commitizen work with Chinese commit message templates and rules?

Yes, commitizen prompts can be configured with Chinese-friendly conventional commits guidance for type, scope, and subject. The skill provides commitizen setup patterns that guide developers through writing standardized Chinese commit messages interactively.

Can I use conventional commits rules for Chinese teams without breaking tool compatibility?

Yes, the skill standardizes Chinese commit messages using type, scope, subject, breaking-change, and issue-link conventions that remain compatible with conventional commits tooling. This allows Chinese teams to write localized commits without breaking existing tooling.

How do I set up a Git commit template for Chinese development teams?

Generate a Chinese commit template defining markdown conventions for type, scope, subject, breaking-change, and issue-link, then pair it with husky hooks and commitlint validation. This enforces repository-wide commit message formatting for Chinese development teams.