What problem does it solve?
This Skill removes the friction from managing GitHub pull requests by guiding you through branch creation, commits, PR creation, CI monitoring, failure recovery, and merge completion in one consistent workflow.
Core Features & Use Cases
- Branch and Commit Workflow: Create feature or fix branches, make conventional commits, and prepare changes cleanly for review.
- Pull Request Automation: Open, draft, label, review, comment on, and close pull requests using either gh or git plus curl fallback commands.
- CI Monitoring and Recovery: Check build status, inspect failed logs, diagnose common pipeline issues, and apply fixes before re-running checks.
- Merge and Cleanup: Merge with squash, enable auto-merge when available, delete branches, and return to a clean main branch state.
- Use Case: A developer finishes a bug fix, opens a PR, waits for CI, resolves a failing test, and merges the change without leaving the workflow.
Quick Start
Ask the Skill to take your current git branch through GitHub pull request creation, CI monitoring, and merge using the best available method.