github-pr-workflow

Automate GitHub pull request creation, CI monitoring, and auto-merging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the full lifecycle of GitHub Pull Requests, from creating and monitoring PRs to merging them seamlessly, simplifying the process for developers.

Core Features & Use Cases

  • Branch and Commit Management: Automates the creation of branches and commits following conventional commit messages.
  • PR Creation and Management: Streamlines the process of creating, monitoring, and merging PRs.
  • Continuous Integration Monitoring: Keeps track of CI build status and provides automated fixes for common CI failures.
  • Merge Automation: Enables automatic merging of PRs when all checks pass.
  • Use Case: Ideal for teams looking to automate their PR workflows and speed up the development process.

Quick Start

Use the 'github-pr-workflow' skill to automatically create and monitor a Pull Request for your feature branch.

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 creation and CI monitoring?

To automate GitHub Pull Request creation and CI monitoring, use a workflow that handles branch creation, commits, PR submission, and continuous integration status tracking. This process automates tracking CI builds and provides automated fixes for common failures.

What is the best way to auto-merge a Pull Request when CI checks pass?

The best way to auto-merge a Pull Request when CI checks pass is to use merge automation within your GitHub workflow. This enables automatic merging of PRs seamlessly once all continuous integration validation checks are successfully completed.

Can I automate conventional commit messages and branch creation for GitHub PRs?

Yes, you can automate conventional commit messages and branch creation for GitHub PRs. Branch and commit management automation handles the creation of branches and commits following conventional commit message standards directly within the workflow.

Does GitHub PR automation work with both gh CLI and git commands?

Yes, GitHub PR automation works with both the 'gh' CLI and 'git + curl' methods for authentication. It requires GitHub API access and appropriate permissions to perform automated actions on repositories using either approach.

Do I need Python and GitHub API permissions to automate PR workflows?

Yes, you need Python and GitHub API permissions to automate PR workflows. The automation requires appropriate repository permissions alongside dependencies like Python, 'gh', 'git', and 'curl' to execute the lifecycle actions successfully.