chinese-commit-conventions

Generate commitlint and husky configuration files for Chinese teams.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/milo0914/hermes-skills-backup --skill chinese-commit-conventions-milo0914
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/milo0914/hermes-skills-backup/tree/main/superpowers-zh/chinese-commit-conventions
Command: npx skills add https://github.com/milo0914/hermes-skills-backup --skill chinese-commit-conventions-milo0914

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of standardized commit message formats in Chinese-speaking development teams, ensuring consistency, readability, and automated changelog generation.

Core Features & Use Cases

  • Conventional Commits Adaptation: Provides a tailored mapping of Conventional Commits types to Chinese team workflows.
  • Tooling Integration: Includes configurations for commitlint, husky, lint-staged, and conventional-changelog to enforce standards.
  • Use Case: A team wants to automate their release notes and ensure every developer follows the same format for commit messages, including scope and issue tracking, to maintain a clean project history.

Quick Start

Use the chinese-commit-conventions skill to generate the recommended commitlint and husky configuration files for your project.

Frequently Asked Questions about chinese-commit-conventions

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

FAQPage Schema
How do I standardize Git commit messages for a Chinese development team?

You can standardize Git commit messages by implementing Conventional Commits with commitlint and husky, using a tailored Chinese type mapping to ensure consistent categorization and readable project history.

How do I configure commitlint and husky to enforce conventional commits?

Configuring commitlint and husky involves generating configuration files that establish Git hooks to automatically validate commit messages against the Conventional Commits standard before they are accepted.

Can I automate changelog generation using standardized Git commits?

You can automate changelog generation by integrating conventional-changelog with your standardized commit messages, which automatically parses categorized commits to produce updated release documentation.

What is the best way to adapt Conventional Commits types to Chinese team workflows?

The best way to adapt Conventional Commits types to Chinese workflows is to apply a tailored type mapping that aligns with localized development processes, ensuring consistent type-based categorization and issue tracking.

Does lint-staged work with husky hooks for validating commit messages?

lint-staged works seamlessly with husky hooks to run validation scripts on staged files, ensuring that both code changes and commit messages meet your project's standardization rules before submission.