← ClaudeAtlas

ship-small-prslisted

Split a large change into a stack of small, reviewable PRs. Use when a diff is getting big or touches many concerns at once.
duliangkuan/cc-clone · ★ 0 · AI & Automation · score 66
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.