chinese-commit-conventions

Enforce Chinese-friendly Conventional Commits format with commitlint integration.

2|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill chinese-commit-conventions-codysumpter-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-commit-conventions
Source: https://github.com/codysumpter-cloud/buddy-brain/tree/main/skills/chinese-commit-conventions
Command: npx skills add https://github.com/codysumpter-cloud/buddy-brain --skill chinese-commit-conventions-codysumpter-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires conventional-changelog-cli, commitlint, cz-conventional-changelog, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers adhere to a standardized Chinese commit message format, ensuring clear communication and traceability in source code history.

Core Features & Use Cases

  • Conventional Commits: Adapts the Conventional Commits format to cater to Chinese teams.
  • Message Templates: Provides structured commit message templates for better readability.
  • Guidelines: Offers detailed guidelines for commit message structure and formatting.
  • Changelog Automation: Facilitates the creation of changelogs from commit history.

Quick Start

Install the Skill using the command 'npm install --save-dev conventional-changelog-cli'.

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?

To standardize Git commit messages for a Chinese team, you can implement Chinese-friendly conventional commit guidelines using commitlint integration to enforce a structured format that improves traceability and clarity in version control systems.

What is the conventional commits format and how does it adapt to Chinese communication?

The conventional commits format is a standardized commit message structure that adapts to Chinese communication by providing localized message templates and guidelines, ensuring clear source code history and readability for Chinese development teams.

Can I automate changelog generation from Chinese commit messages?

Yes, you can automate changelog generation from Chinese commit messages by using conventional-changelog-cli to parse your standardized commit history, which requires proper message formatting and commitlint integration for effective use.

Do I need commitlint to enforce conventional commits in Git?

Yes, you need commitlint integration to enforce conventional commits in Git effectively, as it ensures adherence to the standardized Chinese commit message format and validates structured templates for better code quality and traceability.

How to configure commit message templates for better readability in version control?

To configure commit message templates for better readability, use the provided structured guidelines and templates that adapt the conventional commits format, then validate them through commitlint to maintain clear source code history.

What are the limitations of using conventional-changelog-cli for Chinese commit messages?

A limitation of using conventional-changelog-cli for Chinese commit messages is that it requires strict adherence to the standardized format and proper commitlint integration; without proper message formatting, changelog automation and traceability will fail.