What problem does it solve? Large pull requests over 400 changed lines overwhelm reviewers, slow down merges, and hide defects. This Skill enforces a reviewable PR size by splitting big 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 under 60 minutes. - Two Chain Strategies: Supports Stacked PRs to main for independently shippable slices, and Feature Branch Chain with a draft tracker PR when the feature must integrate before merging. - Chain Context & Dependency Diagrams: Adds a Chain Context section and a dependency diagram marking the current PR with 📍 to every child PR. - Use Case: A developer finishes a 1,200-line feature. The Skill splits it into three stacked PRs, each with its own tests, clean diff, review budget, and rollback scope, so reviewers approve each slice quickly. ## Quick Start Ask the assistant to split this oversized pull request into chained PRs under 400 lines each with a dependency diagram.