AgentSkillsCN

commit-message

生成提交信息。在任何涉及提交的git操作之前,或在编写、生成或创建提交信息时,请使用。

SKILL.md
--- frontmatter
name: commit-message
description: Generates commit messages. Use before any git operations involving a commit, or when writing, generating, or creating commit messages.

Commits

  • Format: type(scope): message
  • Scope SHOULD indicate the area of change
  • Types: feat, fix, docs, refactor, test, chore, ci
  • SHOULD be one logical change per commit - suggest splitting unrelated changes
  • SHOULD explain why, not just what changed
  • MUST use git commit -s to add DCO sign-off (do not add sign-off manually)
  • MUST update PR body when adding follow-up commits to an open PR