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).
  • git available locally.
  • gh available if opening PRs from CLI.
  • Ability to run minimal verification (tests/lint/build checks relevant to each slice).
Installs
4
Repository
ericmjl/skills
GitHub Stars
39
First Seen
May 15, 2026
stacked-pr-decomposition — ericmjl/skills