What problem does it solve? Large piles of mixed changes on a single branch are hard to review and risky to merge. This Skill analyzes your current work, proposes a reviewer-aligned split plan, and executes it as multiple small, focused pull requests. ## Core Features & Use Cases - Change Analysis: Compares committed and uncommitted work against the default branch and uses chat history to recover the intent behind each change. - Ownership-Aware Splitting: Reads CODEOWNERS and similar ownership files to align PR boundaries with natural reviewer responsibilities. - Safe Execution: Saves a recoverable snapshot via git stash refs before moving work, stages only named files or hunks, and never runs destructive git commands without approval. - Use Case: You have a week of mixed work on main touching three teams' code. The Skill proposes three independent PRs by ownership area, gets your approval, then creates branches, commits, pushes, and opens the PRs. ## Quick Start Ask the assistant to split the current branch's changes into small reviewable PRs and wait for the proposed split plan before approving.