Split to PRs skill — turns one pile of work (committed + uncommitted changes on a branch) into a few small, reviewable PRs, with strict safety rails: approval-before-action, recoverable snapshots via git stash create + backup refs, no destructive git commands, staged-by-name only.
Extracted verbatim from Cursor's bundled agent skills (~/.cursor/skills-cursor/split-to-prs/). Published for study and cross-agent reference.
- This is not an official mirror. Copyright belongs to Anysphere (Cursor). No license is granted by this repo; refer to Cursor's terms of service.
- Not affiliated with or endorsed by Anysphere.
SKILL.md # full skill: state check → split proposal → approval → execute → report
Fully agent-agnostic — the workflow (snapshot first, CODEOWNERS-aware slicing, stacked-PR ordering) works in Claude Code, Codex, Pi, OpenCode, or any agent with git access.