github-pr-workflow

Automate the GitHub Pull Request lifecycle from branch creation to merging.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill github-pr-workflow-prince3626ezechiel-lang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir/tree/main/skills/github-pr-workflow
Command: npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill github-pr-workflow-prince3626ezechiel-lang

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire GitHub Pull Request (PR) lifecycle, streamlining the process of creating, managing, and merging PRs, saving time and reducing manual errors.

Core Features & Use Cases

  • Branch Creation: Automates the creation of feature branches following best practices.
  • Commit Management: Provides guidelines for creating commits with conventional commit messages.
  • PR Creation: Automates the creation of PRs with title, body, and labels.
  • CI Monitoring: Monitors the Continuous Integration (CI) status of PRs.
  • Auto-Fixing CI Failures: Identifies and fixes CI failures with automated commands.
  • Merging: Automates the merging of PRs with options for squash and rebase.
  • Use Case: Ideal for developers and teams looking to automate their PR workflows and ensure a smooth CI/CD pipeline.

Quick Start

Use the github-pr-workflow skill to create a new feature branch, commit changes, and open a PR for review.

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 merging end-to-end?

You can automate the GitHub Pull Request workflow by orchestrating branch creation, conventional commits, PR opening, CI monitoring, and automated merging. This streamlines the entire PR lifecycle using either the gh command-line tool or git plus curl methods.

Can I monitor CI status and fix failing checks before merging a Pull Request?

Yes, CI monitoring is built into the Pull Request workflow. The automation tracks your Continuous Integration status, identifies CI failures, and executes automated commands to fix issues before you merge the PR.

Do I need the gh CLI to automate PR management, or can I use git and curl?

You do not need the gh CLI exclusively; the PR workflow supports both the gh command-line tool and standard git plus curl methods. Authentication and a GitHub remote repository are required to execute either approach.

What's the best way to automate feature branch creation and conventional commits?

Automating feature branch creation and conventional commits is handled directly by the Pull Request workflow. It enforces branching best practices and standardizes commit messages to streamline your CI/CD pipeline integration.

Does the automated PR workflow support squash and rebase merge strategies?

Yes, PR merging supports both squash and rebase options. This allows you to automate Pull Request integration while maintaining your repository's specific commit history requirements and merge conventions.