← Back to list

draft-commit-message
by geekswamp
My agent skills
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: draft-commit-message description: Draft a conventional commit message when the user asks for help writing a commit message. metadata: short-description: Draft an informative commit message.
Draft a conventional commit message that matches the change summary provided by the user.
Requirements
- Use the Conventional Commits format:
type(scope): summary. - Use the imperative mood in the summary (for example, "Feat", "Fix", "Refactor").
- The supported types are
bump,feat,fix,docs,refactor,test,ci,chore,perf, andrevert. - Keep the summary under 72 characters.
- If there are breaking changes, include a
BREAKING CHANGE:footer. - Always use English.
Script
- Run
scripts/git-diff.shto show both unstaged and staged full diffs. - Pass optional file paths or flags as args, e.g.
scripts/git-diff.sh <path>. - Output order is unstaged diff first, then staged diff; add separators if needed.
When to load references
- Detailed technical reference:
references/REFERENCE.md.
Score
Total Score
40/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