_git-commit

Standardize Git commit messages using Conventional Commits templates and validation.

2|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/wxy/SilentFeed --skill git-commit-wxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _git-commit
Source: https://github.com/wxy/SilentFeed/tree/main/.copilot/skills/_git-commit
Command: npx skills add https://github.com/wxy/SilentFeed --skill git-commit-wxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Git commit messages are often inconsistent, making history hard to read and review. This skill standardizes commit messages by providing templates, guidelines, and checks to improve traceability and collaboration.

Core Features & Use Cases

  • Standard templates for commit messages aligned with Conventional Commits, with bilingual support.
  • Built-in guidance to enforce sign-off lines, scope usage, and message structure for consistency.
  • Central references to templates in references/commit_template.md and references/commit_template_zh.md for English and Chinese users.
  • Deterministic workflow for generating commit notes equipped with checks before submission.

Quick Start

Copy a template from references/commit_template.md (English) or references/commit_template_zh.md (Chinese) and craft your first commit message following Conventional Commits.

Frequently Asked Questions about _git-commit

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

FAQPage Schema
How do I standardize git commit messages using Conventional Commits?

You can standardize git commit messages by applying Conventional Commits templates and guidelines for feature, fix, docs, and chore work. The skill provides built-in validation and language templates to ensure consistent message structure and scope usage.

What are the benefits of using templates for git commit messages?

Using templates for git commit messages solves the problem of inconsistent history that makes review hard. Templates provide standardized guidelines and deterministic checks before submission, improving traceability and collaboration across version control workflows.

Does this git commit standardization tool support Chinese language templates?

Yes, this git commit standardization tool supports bilingual templates. Central references include commit_template.md for English and commit_template_zh.md for Chinese users, enabling Conventional Commits workflows in multiple locales.

Can I use this for chore and docs commits, or is it only for features and fixes?

You can use this for chore and docs commits alongside feature and fix work. The skill standardizes commit messages across all these types by applying Conventional Commits guidelines with built-in validation and deterministic workflow checks.

Do I need any external dependencies to apply conventional commit templates?

No external dependencies are required to apply conventional commit templates. The skill operates independently with built-in guidance, requiring only a SKILL.md frontmatter and optional references or assets directories to tailor templates and validation checks.