소개
PR Splitter is a productivity tool for developers that simplifies the process of breaking down massive commits into manageable, logical chunks. By analyzing file dependencies across TypeScript, Python, and Go, it helps organize changes into 'slices' that follow a logical progression, such as placing types and interfaces before their implementations. The skill leverages git worktrees to maintain isolation between slices and follows a structured two-phase workflow that ensures branch naming compliance and a clean repository state, ultimately leading to faster code reviews and higher-quality PR submissions.