← スキル一覧に戻る

commit-message-generator
by rafaelcalleja
⭐ 1🍴 1📅 2026年1月24日
SKILL.md
name: commit-message-generator description: This skill should be used when the user asks to "generate commit message", "write commit message", "create git commit", or mentions analyzing staged changes for commits. version: 1.0.0
Commit Message Generator
Generate clear, descriptive commit messages from git diffs.
Workflow
- Run
git diff --stagedto see changes - Analyze the modifications
- Generate commit message with:
- Summary under 50 characters
- Detailed description
- Affected components
Message Format
type(scope): brief description
Detailed explanation of changes.
- Change 1
- Change 2
Types
| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| docs | Documentation |
| style | Formatting |
| refactor | Code restructuring |
| test | Adding tests |
| chore | Maintenance |
Best Practices
- Use present tense ("Add feature" not "Added feature")
- Explain what and why, not how
- Reference issues when applicable
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です