github-pr-workflow

Automate GitHub pull request lifecycle from branch creation to merge.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/overviewlabs/WHOX --skill github-pr-workflow-overviewlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/overviewlabs/WHOX/tree/main/skills/github/github-pr-workflow
Command: npx skills add https://github.com/overviewlabs/WHOX --skill github-pr-workflow-overviewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The GitHub PR workflow skill automates the entire pull request lifecycle, from creating and naming branches to opening PRs, monitoring CI status, auto-fixing failures, and merging using either gh CLI or a git + GitHub REST API approach.

Core Features & Use Cases

  • Branch management: create and switch to feature branches with conventions aligned to workflow needs.
  • PR orchestration: open PRs, set titles/body, and link related issues.
  • CI monitoring: poll and interpret CI status, auto-fix failures when possible, and report results.
  • Merging strategies: support squash, merge, or rebase depending on policy.
  • Use Case: automate a feature delivery flow in a multi-developer project with minimal manual steps.

Quick Start

Provide a repository with a feature branch, then run the github-pr-workflow to automate PR creation, CI monitoring, and merging.

Frequently Asked Questions about github-pr-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the GitHub pull request lifecycle from branch creation to merge?

Automating the GitHub pull request workflow involves orchestrating branch creation, PR submission, CI status polling, and merging via gh CLI or REST API to achieve hands-off feature delivery.

Can I automatically monitor CI status and auto-fix failures on a GitHub pull request?

Yes, CI monitoring polls and interprets status while auto-fix capabilities attempt to resolve failures automatically, allowing your pull request workflow to loop through fixes until checks pass before merging.

Does this GitHub PR workflow support different merging strategies like squash or rebase?

Yes, the GitHub PR workflow supports squash, merge, and rebase strategies, allowing you to enforce specific repository merging policies automatically based on your team's multi-developer project requirements.

Do I need the gh CLI to automate pull request creation and tracking?

No, you do not exclusively need the gh CLI; the workflow also supports a git and GitHub REST API approach for automated workflows and manual interventions against your repositories.

What is the best way to manage feature branch creation for automated PR workflows?

The best way to manage feature branch creation is using automated workflow conventions that create and switch to aligned branches, ensuring consistent naming before opening PRs and linking related issues.