AgentSkillsCN

git-commit-instructions

生成符合本仓库格式约束、具备作用域规范且言简意赅的常规提交信息。

SKILL.md
--- frontmatter
name: git-commit-instructions
description: Generate Conventional Commit messages that follow this repository formatting constraints, scope discipline, and concise rationale.
argument-hint: "[change summary] [scope] [breaking/issue refs]"
user-invokable: true
disable-model-invocation: false

Skill Instructions

Use this skill when the request matches Goal or references patterns from docs/git-commit-instructions.md.

Workflow

  1. Read SOURCE.md for the full repository guidance.
  2. Identify concrete constraints, conventions, and required outputs.
  3. Apply the guidance directly to the current task, keeping changes minimal and repository-consistent.
  4. Validate results (tests/lint/build where relevant).
  5. Summarize what was applied from this skill and where.

Input Guidance

When invoking this skill manually, include:

  • Task goal
  • Target files or modules
  • Any constraints (performance, architecture, style, tests)

Source

This skill is generated from docs/git-commit-instructions.md. Use SOURCE.md as the canonical local resource loaded on demand.