← スキル一覧に戻る

commit-helper
by fwdslsh
⭐ 1🍴 0📅 2026年1月19日
SKILL.md
name: commit-helper description: Generates clear, conventional commit messages from git diffs. Use when writing commit messages or reviewing staged changes. allowed-tools: Read, Grep, Glob, Bash
Commit Helper Skill
Purpose
This skill helps generate high-quality commit messages following conventional commit format.
Instructions
- Run
git diff --stagedto see changes to be committed - Analyze the changes to understand:
- What files were modified
- What type of change (feat, fix, refactor, docs, etc.)
- What the impact of the change is
- Generate a commit message with:
- A summary line under 50 characters
- A blank line
- A detailed description explaining the "why"
- Optional: List of affected components
Commit Types
feat: New featurefix: Bug fixrefactor: Code refactoringdocs: Documentation changestest: Adding or updating testschore: Maintenance tasks
Examples
feat: add user authentication flow
Implement OAuth2 authentication with support for Google and GitHub providers.
This enables users to sign in without creating separate credentials.
Affected: src/auth/, src/components/Login.tsx
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です