github-pr-workflow

Automate GitHub PR lifecycle from branch creation to merge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end GitHub PR lifecycle from branch creation to merge, reducing manual steps and human error.

Core Features & Use Cases

  • Automates branch creation, commit preparation, PR drafting, and merge workflows across teams.
  • Supports both the gh CLI and a fallback REST API/curl workflow for environments with different tooling.
  • Use Case: A developer pushes a feature branch, opens a PR, and the system auto-monitors CI and merges on success.

Quick Start

Push a feature branch, create a PR, and let the workflow monitor CI and complete the merge when checks pass.

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

You can automate the GitHub pull request workflow by using gh CLI or REST API to handle branch creation, PR drafting, CI monitoring, and automated merging to reduce manual steps.

Can I monitor CI status and auto-merge PRs across multiple GitHub repositories?

Yes, you can monitor CI status and auto-merge PRs across multiple repositories by configuring the workflow to track check statuses and apply configurable merge strategies upon success.

Does the GitHub PR automation work with both gh CLI and REST API?

Yes, the GitHub PR automation supports both the gh CLI and a fallback REST API workflow, ensuring compatibility across environments with different tooling setups.

How do I auto-fix CI failures during an automated GitHub PR lifecycle?

To auto-fix CI failures during an automated GitHub PR lifecycle, the workflow monitors check statuses and can trigger automatic fixes for failures before attempting to merge.

What is the best way to configure merge strategies for automated GitHub PR workflows?

The best way to configure merge strategies for automated GitHub PR workflows is to define the desired merge behavior within the automation setup, allowing the system to complete the merge when CI checks pass.

Do I need a GitHub token to automate pull request workflows?

Yes, you need authentication with the gh CLI or a GitHub token to automate pull request workflows, enabling the system to interact with repositories and manage branch operations securely.