github-pr-workflow

Manage GitHub pull request lifecycle with automated branch, commit, review, CI, and merge workflows.

3|1|Updated Apr 19, 2024
One-click install
npx skills add https://github.com/guccang/blogclaw --skill github-pr-workflow-guccang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/guccang/blogclaw/tree/main/cmd/hermes-agent/vendor/hermes_runtime/skills/github/github-pr-workflow
Command: npx skills add https://github.com/guccang/blogclaw --skill github-pr-workflow-guccang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the full GitHub pull request lifecycle by guiding users through branching, committing, opening PRs, monitoring CI, fixing failures, and merging changes without manual process gaps.

Core Features & Use Cases

  • PR Lifecycle Management: Supports branch creation, conventional commits, PR creation, review preparation, CI monitoring, and merge operations.
  • CI Troubleshooting Guidance: Helps diagnose common test, lint, type, build, permission, timeout, and Docker workflow failures with practical recovery steps.
  • Use Case: A developer can use this Skill to prepare a feature branch, create a pull request, monitor automated checks, resolve CI issues, and complete a clean merge workflow.

Quick Start

Use the github-pr-workflow skill to help me create and manage a pull request for my current GitHub repository.

Frequently Asked Questions about github-pr-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage the full GitHub pull request lifecycle from branching to merge?

To manage the GitHub pull request lifecycle, this Skill guides you through automated branch creation, conventional commits, PR opening, CI monitoring, and final merge operations. It ensures no manual process gaps occur during collaborative code delivery.

Can I use this to troubleshoot and fix CI workflow failures in my pull request?

Yes, you can troubleshoot CI workflow failures in your pull request using this Skill. It provides practical recovery steps to diagnose and resolve common test, lint, type, build, permission, timeout, and Docker workflow failures.

What is the best way to automate pull request creation and code review preparation?

The best way to automate pull request creation is by using this Skill to prepare your feature branch, generate conventional commits, and open the PR. It also facilitates the code review preparation and monitoring phases.

Do I need GitHub CLI or API access to manage pull requests with this Skill?

You need GitHub authentication and git tooling to manage pull requests. GitHub CLI or API access is optional but recommended for executing repository operations and enabling failure recovery during the merge workflow.

Why does my GitHub pull request workflow break during continuous integration checks?

Your GitHub pull request workflow may break during continuous integration checks due to test, lint, type, build, permission, timeout, or Docker workflow failures. This Skill helps diagnose these issues and provides practical recovery steps.