What problem does it solve? Large pull requests are hard to review reliably, slowing down code review and increasing the risk of missed defects. This Skill helps you assess whether a change is too broad and split it into coherent, independently mergeable increments. ## Core Features & Use Cases - Scope Assessment: Evaluate whether a pull request's breadth prevents a reliable review of design, behavior, or verification. - Split Planning: Identify useful seams for splitting, such as preparation refactors, vertical features, layer-specific work, or stacked changes. - Review Response: Record scope, verification, risks, and follow-up work, and respond to reviewer feedback on oversized changes. - Use Case: You have a 2,000-line PR mixing a refactor with a new feature. Use this Skill to separate the refactor into a preparation change and the feature into a follow-up, each safe to merge or revert on its own. ## Quick Start Ask the AI to split this pull request into smaller reviewable increments with clear dependencies between them.