stacked-pr-decomposition
Installation
SKILL.md
Stacked PR Decomposition
Use this skill to split a long-lived branch into a sequence of small, mergeable stacked PRs that are easy to review and follow.
Usage
Use when:
- A branch is too large for practical review.
- The user asks to break work into stacked PRs.
- Review goals include very fast human review (about 5 minutes per PR).
- The changes must retain a clear narrative from foundation to feature.
Requirements
- Clean understanding of the current base branch (usually
main). gitavailable locally.ghavailable if opening PRs from CLI.- Ability to run minimal verification (tests/lint/build checks relevant to each slice).