github-pr-workflow

Automate GitHub pull request workflows from branch creation to merging.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill github-pr-workflow-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/ported/github-pr-workflow
Command: npx skills add https://github.com/yanochka11/harness_bro --skill github-pr-workflow-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill reduces the complexity of managing GitHub pull request lifecycles by providing a repeatable workflow for branching, committing, opening PRs, monitoring CI, and merging changes.

Core Features & Use Cases

  • PR Lifecycle Management: Guides creation of branches, conventional commits, pull requests, reviews, CI checks, and merges using GitHub CLI or API alternatives.
  • CI Troubleshooting Support: Helps diagnose failed workflows by interpreting logs and applying structured fixes before retrying validation.
  • Use Case: A developer can use this Skill to prepare a feature branch, open a pull request, monitor automated checks, resolve CI failures, and merge the completed change safely.

Quick Start

Use the github-pr-workflow skill to create a pull request for my current changes and guide me through CI verification.

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

Automating GitHub pull request workflows involves managing branch creation, conventional commits, PR opening, CI monitoring, and merging. This Skill guides the entire lifecycle using GitHub CLI or API operations to execute reliable repository workflows.

What's the best way to troubleshoot failed CI checks in a GitHub pull request?

Troubleshooting failed CI checks in a GitHub pull request requires interpreting workflow logs and applying structured fixes. This Skill helps diagnose failures and guides you through resolving issues before retrying validation.

Do I need GitHub CLI to manage pull request lifecycles, or can I use the API?

You do not strictly need GitHub CLI to manage pull request lifecycles. This Skill supports guiding PR creation, CI monitoring, and merges using either GitHub CLI or API alternatives, requiring GitHub authentication and git operations.

Can I use this GitHub PR workflow automation for continuous integration and code review scenarios?

Yes, you can use this GitHub PR workflow automation for software engineering scenarios involving Git repositories, GitHub collaboration, code reviews, and continuous integration troubleshooting across the entire pull request delivery process.

How does this Skill handle conventional commits and branch creation before opening a pull request?

Handling conventional commits and branch creation before opening a pull request is managed through a repeatable workflow. This Skill guides branch preparation and commit formatting to streamline PR delivery from branch to merge.

What are the limitations of automating GitHub PR merges using this workflow approach?

Limitations of automating GitHub PR merges include dependency on valid GitHub authentication and functional git operations. Without GitHub CLI or API access, executing reliable repository workflows and CI monitoring may be restricted.