git-commit

Generate Chinese conventional commit messages from current git status.

Updated Jun 14, 2024
One-click install
npx skills add https://github.com/uuau99999/.dotfiles --skill git-commit-uuau99999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit
Source: https://github.com/uuau99999/.dotfiles/tree/main/.claude/skills/git-commit
Command: npx skills add https://github.com/uuau99999/.dotfiles --skill git-commit-uuau99999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chinese-speaking teams often struggle to maintain consistent commit history and conventions. This Skill automates the creation of Chinese conventional commit messages, ensuring clear, standardized records without sacrificing language preferences.

Core Features & Use Cases

  • Chinese conventional commits: Generate and apply commit messages in Chinese that follow the conventional commits format.
  • Workflow integration: Works with the current git status to stage changes and produce appropriately formatted messages.
  • Use Case: Ideal for teams that require bilingual-friendly history while preserving standardized commit semantics during feature development, bug fixes, or documentation updates.

Quick Start

Use the git-commit Skill to analyze the current workspace, generate a Chinese conventional commit message, and apply it after your confirmation.

Frequently Asked Questions about git-commit

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

FAQPage Schema
How do I generate Chinese conventional commit messages automatically?

To generate Chinese conventional commit messages automatically, use a git workflow tool that analyzes your workspace status and staged changes to produce a formatted message. It proposes a localized conventional commit and applies it after user confirmation.

What is a conventional commit and how does it work with git status?

A conventional commit is a standardized message format for structuring version-control history. It works with git status by analyzing staged changes to categorize the commit type, such as a feature development addition or bug fix, ensuring clear standardized records.

Does this conventional commit workflow support bug fixes and documentation updates?

Yes, the conventional commit workflow supports common git workflows across feature development, bug fixes, and documentation updates. It analyzes your current staging changes to produce appropriately formatted Chinese commit messages for each specific context.

Can I apply a generated conventional commit message without manual typing?

Yes, you can apply a generated conventional commit message without manual typing. The workflow proposes a message based on your staged changes and applies it after user confirmation, automating message creation while preserving standardized commit semantics.

What is the best way to maintain consistent git history in Chinese-speaking teams?

The best way to maintain consistent git history in Chinese-speaking teams is to automate Chinese conventional commit message creation. This ensures clear, standardized version-control records without sacrificing language preferences during feature development and bug fixes.