What problem does it solve?
Automates and standardizes PR-related tasks to reduce manual overhead and human error. It guides users through PR creation, status checks, reviews, merges, CI status checks, lint/clippy fixes, and cargo fmt commands, providing consistent, reproducible commands.
Core Features & Use Cases
- Centralized PR management with gh pr commands for creation, checks, comments, and merges.
- Automated CI status checks, review workflows, and guidance for lint fixes and formatting.
- Use cases include preparing PRs, validating checks, reading and replying to comments, applying fixes, and performing merges in a predictable, auditable flow.
- Example: during a PR review, invoke the workflow to surface status, fetch checks, and push patches with minimal context switching.
Quick Start
Invoke with /pr-workflow in a PR discussion to surface the recommended GitHub CLI commands for PR tasks.