Agent skill
process-commit
PRを作成する前に分割commitが必要な時に自動的に呼び出す必要があるスキルです
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/process-commit
SKILL.md
大きな変更を論理的な単位に分割してコミットします。
手順
git diffで変更を確認- hunk単位で分析、意味的なグループ化
- バグ修正
- リファクタリング
- 新機能追加
- ドキュメント更新
- グループごとに部分的にステージング
- Conventional Commits形式でコミット
ワイルドカード使用の判断基準
- 新規ファイルの追加
- ファイル全体が同じ目的の変更
目的
綺麗なコミット履歴 = 後から復帰しやすい
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?