← スキル一覧に戻る

commit-helper
by amo-tech-ai
⭐ 0🍴 0📅 2025年10月30日
SKILL.md
name: commit-helper description: Generates clear commit messages following project conventions version: 1.0.0
Commit Helper Skill
Purpose
Generate commit messages that follow project standards.
Format
<type>: <subject>
<body>
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Types
feat- New featurefix- Bug fixrefactor- Code restructure (no behavior change)docs- Documentation onlytest- Add/update testschore- Build/tooling changessecurity- Security improvements
Examples
Feature Addition
feat: Add user authentication flow
- Implement JWT token validation
- Add login/logout endpoints
- Update user profile schema
- Add protected route component
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Bug Fix
fix: Resolve slide grid loading issue
- Enable RLS policy for public presentations
- Update query to include is_public filter
- Add error handling for missing data
Fixes presentation viewer stuck on loading state.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Security Update
security: Move API keys to Edge Functions
- Create OpenAI proxy Edge Function
- Remove VITE_OPENAI_API_KEY from frontend
- Update PitchDeckWizard to use proxy endpoint
- Add server-side key validation
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Process
-
Analyze Changes
git diff --staged -
Identify Type
- New feature? →
feat - Fixing bug? →
fix - Security? →
security - Cleanup? →
refactor
- New feature? →
-
Write Subject
- Start with verb (Add, Fix, Update, Remove)
- Keep under 50 characters
- No period at end
-
Add Body
- Bullet points for key changes
- Explain WHY not just WHAT
- Reference issues if applicable
Usage
Just ask: "Generate commit message" or "What should I commit?"
I'll review staged changes and create a proper message.
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です