What problem does it solve? Large pull requests over 400 changed lines overwhelm reviewers, slow down merges, and hide defects. This Skill enforces a review budget by splitting oversized changes into ordered, independently verifiable chained PRs. ## Core Features & Use Cases - Size-based splitting: Detects PRs exceeding 400 changed lines and splits them into focused work units reviewable in about 60 minutes. - Two chain strategies: Stacked PRs to main for independently shippable slices, or a Feature Branch Chain with a draft tracker PR when the feature must integrate before merging. - Chain Context blocks: Adds dependency diagrams, position markers, review budgets, and rollback scope to every child PR without replacing the repo PR template. - Use Case: A developer finishes a 1,200-line feature. The Skill proposes three chained PRs, creates branches targeting each parent, and keeps the tracker PR as draft until all children merge. ## Quick Start Ask the assistant to split this oversized feature branch into chained PRs under the 400-line review budget.