What problem does it solve?
This Skill removes the friction of managing pull requests by guiding you through branch creation, commit hygiene, PR submission, CI monitoring, failure recovery, and final merge decisions in one workflow.
Core Features & Use Cases
- Branch and Commit Workflow: Create a clean feature branch, make conventional commits, and prepare changes for review with consistent PR messaging.
- PR Lifecycle Management: Open pull requests, track check status, inspect failed runs, and apply fixes when CI or validation steps fail.
- Merge and Cleanup: Complete the workflow by merging with the preferred strategy, enabling auto-merge when appropriate, and cleaning up local and remote branches.
- Use Case: A developer finishes a bug fix, asks the Skill to open the pull request, watches CI until it passes, and then merges the change without switching tools.
Quick Start
Ask the skill to create a branch from main, open a pull request for your change, monitor CI, and merge it once checks are green.