collapse-pass

Installation
SKILL.md

Collapse Pass

A collapse pass is a session-long sequence of small commits that each delete one piece of indirection. Every commit must shrink the public surface, the file count, the call-graph depth, or the first-read effort. If a commit moves none of those needles, revert it and find a deeper smell.

Related skills: code-audit lists the codebase-specific smell categories with grep patterns. refactoring owns the per-change mechanics (caller counting, inlining, surgical commits). one-sentence-test is the cohesion gate for each candidate file. cohesive-clean-breaks covers the deeper redesigns when a collapse won't fit in one commit. approachability-audit checks the diff from a stranger's perspective. post-implementation-review is the second-read protocol after each commit.

References

Load on demand:

Operating principle

Installs
2
GitHub Stars
4.6K
First Seen
8 days ago
collapse-pass — epicenterhq/epicenter