github-pr-workflow

Automate GitHub PR lifecycle from branch creation through CI checks to merge.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill github-pr-workflow-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/skills/github/github-pr-workflow
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill github-pr-workflow-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing GitHub PRs and reviews across multiple branches is error-prone and slow without automation.

Core Features & Use Cases

  • Branch creation, PR drafting, review assignment, CI status checks, and merge automation
  • Flexible tooling: prefer gh CLI or GitHub API with curl fallbacks
  • Use Case: teams can auto-validate PRs, enforce checks, and merge on green without manual steps

Quick Start

Run a sample PR workflow to automatically create a feature branch, open a PR, and merge when CI passes.

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 workflows from branch creation to merge?

You can automate the GitHub PR lifecycle from branch creation through CI checks to merge. This Skill handles PR drafting, review assignment, status checks, and merge operations via gh CLI or curl fallbacks, enabling teams to merge on green without manual steps.

How does automated PR validation work across multiple repository branches?

Automated PR validation across branches works by integrating CI status checks into the PR lifecycle. The Skill queries check statuses using gh or curl, enforcing validation rules before allowing merges, which prevents error-prone manual reviews in multi-branch workflows.

Can I use gh CLI or curl to automate GitHub PR creation and code reviews?

Yes, you can use either the gh CLI or GitHub API with curl fallbacks to automate PR creation and code reviews. The Skill prefers gh CLI for authentic GitHub interactions but seamlessly falls back to curl for flexible tooling in various environments.

What is the best way to enforce CI checks before merging pull requests on GitHub?

The best way to enforce CI checks before merging is to automate status check validation within the PR workflow. The Skill verifies CI passes and merges on green, ensuring teams can auto-validate PRs and enforce checks across repositories without manual intervention.

Do I need gh CLI installed to automate GitHub PR lifecycles with fallback strategies?

No, you do not strictly need gh CLI installed to automate GitHub PR lifecycles. The Skill features flexible tooling with fallback strategies, preferring gh CLI but fully supporting GitHub API interactions via curl if the CLI is unavailable.