Agent skill
commit-daisuke-tanabe-daisuke-tanabe
変更を分析し、論理的な変更単位ごとに適切な粒度でコミットを作成する。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/commit-daisuke-tanabe-daisuke-tanabe
SKILL.md
コミット
進捗管理
TaskCreate で各ステップをタスク登録し、TaskUpdate で状態を更新する。
実行手順
1. 変更の分析
git statusで変更ファイルを一覧git diff --statで変更統計を確認git diffで具体的な変更内容を分析
2. 変更のグルーピング
- 論理的に分類: 機能追加、バグ修正、リファクタリング、スタイル修正など
- 関連するファイルをグループ化
- 1 コミット = 1 論理変更の原則
3. セキュリティチェック
- 秘密情報を含む可能性のあるファイルをステージしない
- 該当ファイルがある場合はユーザーに警告する
4. コミット作成
- グループごとに独立したコミットを作成
- Conventional Commits 形式で日本語メッセージを記述
- 必要に応じて本文に補足説明を追加
5. 結果の確認
- pre-commit hook が正常に実行されたことを確認
- コミットが正しく作成されたことを確認
注意事項
- pre-commit hook でエラーが発生した場合はコミットを中断する
- 警告のみの場合はコミットを続行してよい
- エラーをすべて修正してから再試行すること
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?