← スキル一覧に戻る

git-commit-formatter
by xingxerx
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: git-commit-formatter description: Automatically analyzes staged changes and generates a Conventional Commit message.
Git Commit Formatter
This skill helps you generate semantic commit messages based on the Conventional Commits specification.
Usage
When the user asks to "commit changes" or "write a commit message":
- Check Status: Run
git statusto see what is staged. - Analyze Diffs: Run
git diff --cachedto see the actual changes. - Generate Message: Formulate a commit message with the following structure:
<type>(<scope>): <description> [optional body] [optional footer(s)]- Types:
feat,fix,docs,style,refactor,perf,test,build,ci,chore,revert. - Scope: A noun describing the section of the codebase (e.g.,
api,auth,parser).
- Types:
- Propose: Propose the command
git commit -m "..."to the user.
Rules
- Keep the summary line under 72 characters.
- Use the imperative mood in the subject line.
- Mention closing issues in the footer (e.g.,
Closes #123).
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です