What problem does it solve? Large pull requests over 400 changed lines overwhelm reviewers, slow down merges, and hide defects. This Skill splits oversized changes into ordered, independently reviewable chained PRs so each slice stays focused and reviewable in under an hour. ## Core Features & Use Cases - Strategy Selection: Choose between Stacked PRs to main or a Feature Branch Chain with a draft tracker PR based on whether slices can land independently. - Chain Context Blocks: Append a standardized Chain Context section with dependency diagrams, review budgets, and scope boundaries to every PR body. - Diff Hygiene Enforcement: Detect polluted diffs and retarget or rebase child PRs so each one shows only its own work unit. - Use Case: A feature branch touches 1,200 lines across core logic, shared utilities, and docs. The Skill splits it into three chained PRs, each under 400 lines, with a tracker PR coordinating final integration. ## Quick Start Ask the assistant to split this oversized pull request into chained PRs using the chained-pr strategy.