·incremental-commits
</>

incremental-commits

epicenterhq/epicenter

将多文件更改分解为按依赖关系排序的原子提交。用于重构、破坏 API 更改或涉及 3 个以上文件的功能。

7安装·1热度·@epicenterhq

安装

$npx skills add https://github.com/epicenterhq/epicenter --skill incremental-commits

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 中使用

这个 Skill 的源码在哪?

https://github.com/epicenterhq/epicenter

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01