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
- • PR body explains why and testing performed
- • CI/check status included when relevant
- • Merge strategy matches repo conventions