github-pr-workflow

Automate GitHub pull request workflows from branch creation to merge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The skill automates the full GitHub PR lifecycle, reducing manual overhead from branch creation to merge and CI monitoring.

Core Features & Use Cases

  • Branch creation, commits, PR creation, and merging using gh CLI or REST API fallbacks to keep workflows moving.
  • Continuous integration monitoring and auto-fix guidance to resolve failing checks without switching tools.
  • Real-world use: a feature team can push a branch, open a PR, and automatically track CI status until merge.

Quick Start

Use this skill to start a PR workflow by creating a feature branch, pushing it, and triggering an automated PR creation with CI monitoring.

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?

This skill automates the GitHub PR workflow by creating branches, opening PRs, monitoring CI checks, and merging. It uses the gh CLI or a git and curl REST API fallback to handle the lifecycle automatically, reducing manual overhead.

How does automated CI monitoring work for GitHub pull requests?

Automated CI monitoring tracks the status of continuous integration checks on your GitHub PR without switching tools. The skill monitors CI status in real-time and provides auto-fix guidance to resolve failing checks until the PR is ready to merge.

Can I automate PR creation and merging without the gh CLI installed?

Yes, you can automate PR creation and merging without the gh CLI. The skill includes a REST API fallback that uses git and curl to interact with GitHub, ensuring your PR workflow continues even if the gh CLI is not available in your environment.

What is the best way to handle consistent PR lifecycles across multiple branches?

The best way to handle consistent PR lifecycles across multiple branches is to use an automation skill like this one. It enforces a standardized process from branch creation to safe merging, reducing manual overhead for software development teams.

Does this GitHub PR automation skill provide guidance for fixing failing CI checks?

Yes, this GitHub PR automation skill provides guidance for fixing failing CI checks. It monitors continuous integration status and offers auto-fix guidance to help developers resolve issues directly within the workflow.