github-pr-workflow

Automate GitHub pull request workflows from branch creation to merge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and automates the GitHub pull request lifecycle, reducing manual steps from branch creation through merging and CI checks.

Core Features & Use Cases

  • Create and manage feature branches, open pull requests, and monitor CI status.
  • Auto-fix failures and enforce best-practice branching and PR standards.
  • Works with the gh CLI or falls back to git + curl for machines without gh access, enabling smooth collaboration across teams.

Quick Start

Use the workflow to create a feature branch, push to origin, and open a PR using gh or git+cURL.

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 full GitHub pull request lifecycle from branch creation to merge?

You can automate the GitHub pull request lifecycle by using a workflow that manages feature branch creation, opens pull requests, monitors CI checks, and handles merging. This reduces manual steps and enforces best practices across your repositories.

Can I manage pull requests and check CI status without the gh CLI installed?

Yes, you can manage pull requests without the gh CLI by falling back to standard git commands and curl API requests. This requires a personal access token and a configured git remote to interact with the repository.

What do I need to set up before automating GitHub PR workflows?

To automate GitHub PR workflows, you need a configured git remote pointing to your target repository, repository access, and either the gh CLI installed or a personal access token for curl API fallbacks.

How do I enforce best-practice branch management and code reviews in GitHub?

You can enforce best-practice branch management and code reviews by implementing an automated workflow that handles branch naming, PR standards, and CI status monitoring before merging. This ensures consistent standards across software teams.

Does automated PR management work for CI checks and auto-fixing failures across repositories?

Yes, automated PR management works for CI checks across repositories by monitoring status and auto-fixing failures when they occur. It streamlines collaboration by integrating directly with your GitHub remotes.