What problem does it solve?
This Skill automates the complex process of splitting a large, completed feature branch into smaller, manageable pull requests, streamlining code review and integration.
Core Features & Use Cases
- Automated Branch Splitting: Divides a single branch into multiple PRs based on defined groups in a plan file.
- Commit Mapping: Intelligently maps commits to their respective PR groups, including handling review fixes.
- Conflict Resolution: Provides strategies for resolving merge conflicts during the cherry-picking process.
- Use Case: After completing a large feature on a
ralph branch, use this Skill to automatically create separate PRs for each logical component or user story defined in your project plan, making reviews faster and less overwhelming.
Quick Start
Use the split-ralph skill to split the current branch using the plan file named 'project_plan.md'.