← スキル一覧に戻る

commit-message-generator
by kishan04rajput
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: commit-message-generator description: Use when generating commit messages for code changes.
Commit Message Generator
When the user asks to generate a commit message or when you are preparing a commit, you MUST follow the format below exactly.
Output Structure
Return the commit message as shown:
<Short Summary of the Commit starting with ##>
<Absolute Path to File 1>
- <Specific change in File 1>
- <Another specific change in File 1>
<Absolute Path to File 2>
- <Specific change in File 2>
Guidelines
- Header: The first line must be the commit summary, starting with
##. - File Paths: Use the file path for each file that was modified.
- Changes: Under each file path, list the changes made to that file using a bullet point
-. - Grouping: Group all changes by their respective files.
Examples
Please refer to the examples/ directory for concrete usage examples.
スコア
総合スコア
35/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です