| name | github-workflow |
| description | Practical GitHub issue and pull request workflows using gh CLI. |
GitHub Workflow
Purpose
Run consistent GitHub workflows for issues, PR creation, and review follow-through.
Inputs
- repository context
- issue or PR number (optional)
- desired operation (create/update/status/merge)
Process
- Confirm authentication with
gh auth status.
- Inspect current branch and divergence from base.
- Build PR summary from all commits included.
- Create or update PR with clear intent and testing notes.
- Track review comments and CI state until merge-ready.
Output Format
- operation performed
- key metadata (issue/PR number, URL)
- blockers and next actions
Quality Checks