← Back to list

commit-helper
by channingwalton
⭐ 3🍴 0📅 Jan 22, 2026
SKILL.md
name: commit-helper description: Generate conventional commit messages from staged changes. Runs autonomously using Haiku model. Use after completing TDD cycles, after refactoring sessions, or when ready to commit. context: agent
Commit Helper
Autonomous commit message generation that analyses staged changes and generates conventional commit messages.
When to Use
- After completing a TDD cycle (tests pass)
- After a refactoring session
- After completing a task in the XP workflow
- Whenever you have staged changes ready to commit
What It Does
- Checks git status for staged changes
- Reads the staged diff
- Checks recent commits for style consistency
- Analyses change type and scope
- Generates a conventional commit message
Conventional Commit Format
<type>: <summary>
[optional body]
[optional footer]
Types
| Type | Use For |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Code restructuring (no behaviour change) |
test | Adding/updating tests |
docs | Documentation only |
chore | Build, tooling, dependencies |
Summary Rules
- Under 50 characters
- Imperative mood ("add" not "added")
- No period at end
- Capitalise first letter
Safety Rules
- NEVER add contributors unless explicitly requested
- NEVER commit files containing secrets
- NEVER use
--amendunless explicitly requested
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon