github-pr-workflow

Automate GitHub PR workflows from branch setup to merge orchestration.

12|2|Updated Feb 2, 2020
One-click install
npx skills add https://github.com/servitola/dotfiles --skill github-pr-workflow-servitola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/servitola/dotfiles/tree/main/claude-code/skills/github-pr-workflow
Command: npx skills add https://github.com/servitola/dotfiles --skill github-pr-workflow-servitola

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the end-to-end GitHub pull-request workflow, reducing manual coordination by handling branch setup, PR creation, CI monitoring, review interactions, and merging.

Core Features & Use Cases

  • End-to-end PR lifecycle automation: branch management, PR creation, CI monitoring, and merge automation.
  • Dual-method operation: uses the GitHub CLI (gh) when available and falls back to REST/curl workflows for environments without gh.
  • Review-comment workflow support: fetch, summarize, and respond to PR review notes and track CI status across iterations.
  • Template-driven guidance: includes scripts and references to assist with PR templates and workflow resilience.

Quick Start

Push a feature branch, open a PR, and run the workflow to auto-manage CI checks, reviews, and merge once green.

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 lifecycle from branch creation to merge?

This workflow automates the GitHub PR lifecycle by managing branch setup, PR creation, CI monitoring, and merge orchestration end-to-end. It uses included scripts and templates to handle review feedback and provide contextual guidance deterministically.

Can I automate GitHub PR reviews and CI monitoring without the gh CLI installed?

You can automate PR reviews and CI monitoring without the gh CLI because the workflow operates with a dual-method approach. It uses gh CLI when available and automatically falls back to REST and curl workflows for environments lacking the CLI.

What's the best way to handle PR review comments and CI status across iterations?

The best way to handle PR review comments and CI status is using a workflow that fetches, summarizes, and responds to review notes while tracking CI status across iterations. This template-driven approach ensures deterministic execution and contextual guidance.

Does this GitHub PR workflow support multi-environment setups?

Yes, this GitHub PR workflow supports multi-environment setups. It applies to scenarios including PR creation, CI monitoring, review feedback, and multi-environment support using gh CLI and REST fallbacks for deterministic execution.

How do I start automating CI checks and merges once I push a feature branch?

To start automating CI checks and merges, push a feature branch, open a PR, and run the workflow. It will auto-manage CI checks, handle reviews, and orchestrate the merge once all checks are green.