github-pr-workflow

Orchestrate GitHub pull request lifecycle from branch creation to merge.

3|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill github-pr-workflow-twjarviszyra-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/twjarviszyra-web/hermes-unbound/tree/main/skills/github/github-pr-workflow
Command: npx skills add https://github.com/twjarviszyra-web/hermes-unbound --skill github-pr-workflow-twjarviszyra-web

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the full GitHub pull request workflow so you can create branches, ship changes, monitor checks, recover from failures, and merge with less manual coordination.

Core Features & Use Cases

  • Branch setup and commit guidance for feature, fix, refactor, docs, and ci work.
  • PR creation and review actions through gh or git plus curl fallbacks.
  • CI monitoring and auto-fix loops for failed checks and workflows.
  • Merge and cleanup steps for squash, draft, auto-merge, and branch deletion.
  • Use case: a developer finishes a bug fix, opens a PR, watches CI, fixes a failing test, and merges once checks are green.

Quick Start

Ask the skill to help you create a GitHub pull request from your current branch, monitor its checks, and merge it 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 the GitHub pull request workflow from branch creation to merge?

You can automate the GitHub pull request workflow by orchestrating branch setup, commits, PR opening, CI monitoring, failure recovery, and merging through authenticated git and gh API calls.

Can I monitor GitHub CI checks and recover from failing workflows automatically?

Yes, you can monitor GitHub CI checks and recover from failing workflows using built-in CI monitoring and auto-fix loops that address failed checks before proceeding to merge.

What's the best way to manage pull requests for different types of git workflows like features or refactors?

Managing pull requests for different git workflows is handled by providing specific branch setup and commit guidance tailored for feature, fix, refactor, docs, and ci changes.

Do I need GitHub tokens and git remote parsing to manage pull requests end to end?

Yes, you need authenticated access through GitHub tokens for API calls, plus git remote parsing to coordinate review and release steps across your repositories.

How do I handle merge and cleanup steps like squash or branch deletion after CI passes?

You handle merge and cleanup through supported actions for squash, draft, auto-merge, and branch deletion, which execute once CI checks are green.