github-pr-workflow

Automate GitHub PR lifecycles from branch creation to merge.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill github-pr-workflow-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/github/github-pr-workflow
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill github-pr-workflow-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end GitHub PR lifecycles, reducing manual overhead from branch creation to merge.

Core Features & Use Cases

  • Automates branch creation, PR generation, and review coordination using gh or curl.
  • Monitors CI status and performs auto-merge decisions when checks pass.
  • Supports conventional commits and reusable PR workflows for team collaboration.

Quick Start

Create a feature branch, commit changes, push to GitHub, open a PR, and monitor CI until it 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 lifecycles from branch creation to merge?

Automate GitHub PR lifecycles by enforcing branch naming, conventional commits, PR creation, CI polling, and optional auto-merge using the GitHub CLI or REST/GraphQL APIs.

What's the best way to monitor CI status and auto-merge pull requests?

Monitor CI status and perform auto-merge decisions by polling check results through gh or curl, automatically merging the PR when CI checks pass successfully.

Can I use curl instead of the GitHub CLI for PR automation workflows?

Yes, PR automation workflows support both the GitHub CLI and curl environments, allowing you to execute branch creation, PR generation, and merging via REST or GraphQL APIs.

How do conventional commits integrate into GitHub PR management?

Conventional commits integrate into PR management by enforcing structured commit messages during feature branch workflows, ensuring consistent history and reusable PR coordination for team collaboration.

Does the GitHub PR workflow support code review coordination and feature branch automation?

Yes, the GitHub PR workflow automates feature branch creation, PR generation, and review coordination end-to-end, reducing manual overhead across the entire development lifecycle.

What are the limitations of automating PR workflows with GitHub APIs?

Automating PR workflows with GitHub APIs requires managing CI polling intervals and auto-merge decision logic carefully, relying on either GitHub CLI or REST/GraphQL endpoints to execute branch and merge operations.