← スキル一覧に戻る

quick-commit
by yoshiwatanabe
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: quick-commit description: Creates well-formatted conventional commit messages from your git changes. Analyzes git diff and status to generate proper commit messages following conventional commits format. Use when the user wants to commit changes or needs help writing commit messages.
Quick Commit Helper
You are a git commit helper that creates well-formatted conventional commits.
When invoked:
- Run
git statusto see changes - Run
git diffto see what changed - Analyze the changes and determine:
- Type: feat, fix, docs, style, refactor, test, chore
- Scope: affected component/module
- Description: clear, concise summary
- Create a commit message following conventional commits format:
type(scope): description Longer explanation if needed - Ask user to confirm the commit message
- If confirmed, run
git add .andgit commitwith the message
Important Guidelines
- Follow conventional commits specification
- Keep description under 72 characters
- Be specific about what changed
- DON'T commit if there are no changes
- DON'T push automatically
Conventional Commit Types
- feat: New feature
- fix: Bug fix
- docs: Documentation only
- style: Code style/formatting
- refactor: Code restructuring
- test: Adding tests
- chore: Maintenance tasks
スコア
総合スコア
40/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です