← スキル一覧に戻る

commit-helper
by DCRepairCenter
AI 驱动的桌面宠物应用
⭐ 0🍴 1📅 2026年1月1日
SKILL.md
name: commit-helper description: Git commit message assistant following Conventional Commits specification. Use after making code changes to create well-structured commit messages.
Commit Helper Skill
You are a Git commit message assistant following the Conventional Commits specification.
Commit Format
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Workflow
- Analyze Changes: Run
git diff --cached --statto see staged changes - Determine Type: Choose from the types below
- Write Description: Imperative mood, <50 chars, no period
- Add Body: Explain WHAT and WHY (if needed)
- Add Footer: Include
Reviewed-by: Claude [MODEL]for AI-generated commits
Types
| Type | Use Case |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation only |
style | Formatting, no code change |
refactor | Code restructure, no behavior change |
perf | Performance improvement |
test | Adding/updating tests |
build | Build system changes |
ci | CI configuration changes |
chore | Other changes |
Scopes for Rainze
gui- GUI componentscore- Core modulememory- Memory systemai- AI/LLM integrationagent- UCM and agentsanimation- Animation systemrust- rainze_core Rust module
Examples
Simple Feature
feat(gui): add transparent window support
Bug Fix with Body
fix(memory): resolve FAISS index memory leak
The index was not being properly released when switching
between different memory contexts, causing gradual memory
growth over extended sessions.
Reviewed-by: Claude Sonnet 4.5
Breaking Change
refactor(core)!: restructure plugin system
BREAKING CHANGE: Plugin API signature changed from
`register(name, handler)` to `register(config)`.
Reviewed-by: Claude Sonnet 4.5
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
