What problem does it solve? Pull requests that are too large, vaguely described, or mix multiple concerns get rubber-stamped instead of reviewed, leading to missed defects, slow merges, and un-revertable changes. This Skill guides you to write small, single-concern PRs with descriptions a reviewer can validate without opening the diff. ## Core Features & Use Cases - Scope & Splitting Rules: Enforces one concern per PR, lands refactors separately first, and stacks dependent changes instead of bundling mega-PRs. - Size Bands & Title Conventions: Applies the 200-400 LOC defect-detection band from the SmartBear/Cisco study and Conventional-Commit titles with breaking-change markers. - Description Template & Safety Gates: Provides a standalone PR template covering contracts crossed, testing, observability, risk and rollback, plus an author self-review checklist and expand/contract migration discipline. - Use Case: You have a 900-line diff mixing a feature, a rename refactor, and a config change. Use this Skill to split it into three stacked PRs, write Conventional-Commit titles, and produce descriptions listing every contract edge each PR crosses. ## Quick Start Ask Claude to review your current diff and help you split it into properly sized PRs with standalone descriptions before requesting review.