← Back to list

generating-commit-messages
by tom237ttkk
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: generating-commit-messages description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
Generating Commit Messages
Instructions
- Run
git diff --stagedto see changes - I'll suggest a commit message with:
- Summary under 50 characters
- Detailed description
- Affected components
- Use prefix. type:
- feat: new feature
- fix: bug fix
- docs: docs only
- style: formatting (no behavior change)
- refactor: refactor (no feature/bugfix)
- perf: performance improvement
- test: add/update tests
- build: build/deps changes
- ci: CI config/scripts
Best practices
- Use present tense
- Explain what and why, not how
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