github-pr-workflow - Manage GitHub pull requests from creation to merge
Provides workflows for creating branches, committing code, opening PRs, monitoring CI status, fixing failures, and merging pull requests.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Create git feature branches
- Stage and commit code changes
- Push local branches to remote
- Create GitHub pull requests
- Monitor CI check statuses
- Diagnose and fix CI failures
- Merge pull requests
- Enable pull request auto-merge
Inputs
- Git remote repository URL
- GitHub authentication credentials
- Branch name and commit messages
- Pull request title and description
Outputs
- Created local and remote branches
- GitHub pull requests
- CI status reports and build logs
- Merged branch state in remote repository
Requirements
- Git CLI
- GitHub CLI or GITHUB_TOKEN
- Python 3
- GitHub repository access
