スキル一覧に戻る
DCRepairCenter

commit-helper

by DCRepairCenter

AI 驱动的桌面宠物应用

0🍴 1📅 2026年1月1日
GitHubで見るManusで実行

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

  1. Analyze Changes: Run git diff --cached --stat to see staged changes
  2. Determine Type: Choose from the types below
  3. Write Description: Imperative mood, <50 chars, no period
  4. Add Body: Explain WHAT and WHY (if needed)
  5. Add Footer: Include Reviewed-by: Claude [MODEL] for AI-generated commits

Types

TypeUse Case
featNew feature
fixBug fix
docsDocumentation only
styleFormatting, no code change
refactorCode restructure, no behavior change
perfPerformance improvement
testAdding/updating tests
buildBuild system changes
ciCI configuration changes
choreOther changes

Scopes for Rainze

  • gui - GUI components
  • core - Core module
  • memory - Memory system
  • ai - AI/LLM integration
  • agent - UCM and agents
  • animation - Animation system
  • rust - 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

レビュー

💬

レビュー機能は近日公開予定です