github-pr-workflow

Automate GitHub pull request lifecycle from branch creation to merge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire GitHub pull request lifecycle to remove manual handoffs, accelerate reviews, and ensure CI checks complete before merging.

Core Features & Use Cases

  • Branch management: create and synchronize feature branches with the main branch to minimize merge conflicts.
  • PR orchestration: open PRs, assign reviewers, track comments, and manage labels and status.
  • Merge control: automatically merge when all checks pass or after draft/label criteria are met.
  • Use Case: Teams practicing feature-branch workflows gain consistent PR setup and visibility across gh and curl-based environments.

Quick Start

Create a new feature branch, open a PR, and monitor CI status until all checks pass, then merge.

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 GitHub pull request creation and review assignment?

Automating GitHub pull request creation involves orchestrating branch setup, PR opening, and reviewer assignment end-to-end. This workflow removes manual handoffs by synchronizing feature branches with main and tracking PR status automatically.

Can I monitor CI/CD status checks before merging a GitHub PR?

Yes, you can monitor CI/CD status checks before merging a GitHub PR. The automation tracks CI status until all checks pass, ensuring code stability before executing the final merge control step.

Does GitHub PR automation work with standard and draft workflows?

GitHub PR automation supports both standard and draft workflows. It manages merge control by automatically merging when checks pass or after specific draft and label criteria are met.

What is the best way to manage feature branches to minimize merge conflicts?

The best way to manage feature branches and minimize merge conflicts is to create and synchronize them with the main branch continuously. This branch management approach ensures consistent PR setup and visibility.

Do I need the gh CLI to automate pull request lifecycle orchestration?

You do not strictly need the gh CLI to automate pull request lifecycle orchestration. The workflow operates using the gh CLI but includes a git and curl fallback for environments lacking the CLI.