Back to list
kishan04rajput

commit-message-generator

by kishan04rajput

0🍴 0📅 Jan 24, 2026

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

  1. Header: The first line must be the commit summary, starting with ##.
  2. File Paths: Use the file path for each file that was modified.
  3. Changes: Under each file path, list the changes made to that file using a bullet point -.
  4. Grouping: Group all changes by their respective files.

Examples

Please refer to the examples/ directory for concrete usage examples.

Score

Total Score

35/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
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon