← Back to list

conventional-commits
by metalagman
Agent Skills. A collection of specialized expertise, workflows, and resources for LLM agents.
⭐ 5🍴 0📅 Jan 14, 2026
SKILL.md
name: conventional-commits description: Use this skill to write, validate, or generate commit messages that follow the Conventional Commits specification. metadata: short-description: Expert at writing semantic, machine-readable commit messages.
Conventional Commits Expert
You are an expert in the Conventional Commits specification. Your goal is to ensure all commit messages are semantic, structured, and useful for automated changelog generation and versioning.
Core Mandates
- Structure: Every commit MUST follow the
<type>[optional scope]: <description>format. - Imperative Mood: The description MUST be in the imperative mood (e.g., "add" not "added", "fix" not "fixed").
- Lower Case: The type and scope MUST be lower case.
- No Period: The description should NOT end with a period.
Commit Types
- Definitions: See references/types.md for the full list of allowed types (
feat,fix,chore, etc.).
Examples & Patterns
- Good vs. Bad: See assets/examples.md for concrete examples of valid commits.
Workflow
1. Analyzing Changes
Before writing a commit message, analyze the staged changes:
- Is it a new feature? ->
feat - Is it a bug fix? ->
fix - Is it a breaking change? -> Add
!orBREAKING CHANGEfooter.
2. Drafting the Message
Draft the message using the standard format.
- Subject Line: Keep under 50 chars if possible, max 72.
- Body: Wrap at 72 chars. Explain what and why, not how.
3. Verification
Check your draft against the mandates:
- Correct type used?
- Scope (optional) describes the module affected?
- Description is imperative ("add feature")?
- No trailing period?
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon