What problem does it solve?
This Skill removes the friction of managing a GitHub pull request from start to finish, so you can move from local changes to a merged branch with fewer manual steps and less context switching.
Core Features & Use Cases
- Branch and commit flow: Create feature, fix, refactor, docs, ci, or chore branches and write conventional commits that clearly describe each change.
- PR creation and review prep: Open pull requests with a consistent title and body, request reviewers, add labels, and use draft mode when work is still in progress.
- CI monitoring and recovery: Check build and test status, inspect failing logs, diagnose common issues, and push fixes until the checks pass.
- Merge and cleanup: Merge with squash, rebase, or merge commits, then delete the branch and return to main cleanly.
- Use case: A developer finishes a feature and wants one guided workflow to commit the work, publish the branch, open the PR, watch CI, and merge it when ready.
Quick Start
Use the github-pr-workflow skill to guide me through creating a branch, committing my changes, opening a pull request, monitoring CI, and merging it in my current GitHub repository.