AgentSkillsCN

commit-writer

撰写清晰、简洁的常规提交信息,聚焦于主要变更及其目的,避免冗长无谓的表述。

SKILL.md
--- frontmatter
name: commit-writer
description: Write clear, concise conventional commit messages that focus on the main change and its intent without unnecessary verbosity.
compatibility: opencode
metadata:
  audience: developers
  style: conventional-commits

What I do

  • Write conventional commit messages in English
  • Focus on the main change and why it matters
  • Keep commits concise and on-topic
  • Avoid vague or generic wording

Commit style

  • Use conventional commit prefixes (feat, fix, refactor, chore, etc.)
  • Prefer short summaries with clear intent
  • Add a body only when context is necessary

When to use me

Use this when you want to create or improve a commit message for a medium-sized change. I do not use emojis, do not over-explain, and do not guess unrelated changes.