ship-small-prslisted
Install: claude install-skill duliangkuan/cc-clone
# Ship Small PRs
When a change grows past ~400 lines or mixes concerns:
1. List the independent units of change.
2. Order them so each compiles and passes tests on its own.
3. Land refactors first (no behavior change), features second.
4. Open one PR per unit; link them as a stack.