incremental-commits
✓複数ファイルの変更を、依存関係ごとに順序付けされたアトミックコミットに分割します。リファクタリング、API の破壊的な変更、または 3 つ以上のファイルに関わる機能に使用します。
SKILL.md
When a feature touches multiple files, implement in waves. Each wave is one logical concern, one commit. This creates a clean git history that tells a story.
Not every change needs all waves. A simple bugfix might be one wave. A cross-cutting refactor might need five.
| Atomic | One logical concern per wave | | Buildable | Code compiles after this wave (run type-check) | | Focused | Changes relate to ONE layer/concern | | Complete | No half-done work within a wave |
複数ファイルの変更を、依存関係ごとに順序付けされたアトミックコミットに分割します。リファクタリング、API の破壊的な変更、または 3 つ以上のファイルに関わる機能に使用します。 ソース: epicenterhq/epicenter。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/epicenterhq/epicenter --skill incremental-commits- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
incremental-commits とは?
複数ファイルの変更を、依存関係ごとに順序付けされたアトミックコミットに分割します。リファクタリング、API の破壊的な変更、または 3 つ以上のファイルに関わる機能に使用します。 ソース: epicenterhq/epicenter。
incremental-commits のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/epicenterhq/epicenter --skill incremental-commits インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/epicenterhq/epicenter
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01