← Back to list

git-commit-message
by iplaylf2
Personal coding profile kit for reusable defaults and setup
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: git-commit-message description: Generate semantic commit messages in English. Use when the user asks for a commit message or semantic commit guidance. Prefer the user’s stated change intent and context, and keep the message consistent with the actual change. metadata: short-description: Semantic commit messages
Git Commit Message
Generate one semantic commit message that captures the change at the right level: intent and effect first, details second.
Output
Provide:
- One semantic commit message in English.
- Alternatives only if the user asks for options.
Format
Default to <type>(<scope>): <summary>.
If scope is unclear, omit it or ask one quick clarification.
Examples:
docs(cli): simplify installation sectionfix(parser): handle empty input
Workflow
-
Build a change summary from context.
- Prefer the user’s stated purpose, constraints, and affected area.
- Treat code edits as evidence of the change, not the full story.
-
Validate against the actual change.
- Use staged changes when available; otherwise use the user’s described edits.
- If the stated intent conflicts with the change, ask a brief clarification.
-
Choose
typeandscope.- Pick the smallest accurate
type. - Choose a narrow, stable
scopethat names the primary area changed.
- Pick the smallest accurate
-
Write the summary.
- Present tense, factual, information-dense.
- Prefer explicit intent and effect when available.
- If no intent is provided, describe the change at a semantic level without inventing reasons.
Heuristics
- Optimize for information density. Avoid embellishment.
- Keep
type,scope, andsummarycomplementary. Avoid overlap. - Choose a scope that adds signal. Do not repeat obvious repo or product names.
- Prefer semantic outcomes over mechanical descriptions of edits.
- Do not infer intent when it is not stated. Ask one brief question only when required for correct
type,scope, or intent.
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
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
