← スキル一覧に戻る

commit-helper
by fwdslsh
⭐ 1🍴 0📅 2026年1月19日
SKILL.md
name: commit-helper description: Generates clear, conventional commit messages from git diffs allowed-tools: Bash, Read
Commit Message Generator Skill
Purpose
Generate conventional commit messages that follow best practices.
Instructions
When invoked, you should:
- Analyze the changes: Run
git diff --stagedto see what files have changed - Identify the type: Determine if this is a feat, fix, docs, refactor, etc.
- Write the message: Create a commit message with:
- Type and scope:
type(scope): subject - Subject line: Clear, imperative mood, no period, < 72 chars
- Body (optional): Explain the "what" and "why", not the "how"
- Footer (optional): Breaking changes or issue references
- Type and scope:
Conventional Commit Types
- feat: New feature
- fix: Bug fix
- docs: Documentation changes
- style: Code style changes (formatting, no logic change)
- refactor: Code restructuring without changing functionality
- test: Adding or updating tests
- chore: Maintenance tasks, dependencies
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です