Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

split-to-prs-skill

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.

Origin

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.

Contents

SKILL.md   # full skill: state check → split proposal → approval → execute → report

Use elsewhere

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.

About

Split one pile of work into small reviewable PRs — safety-first git skill from Cursor, agent-agnostic

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors