github-pr-workflow

Automate GitHub Pull Request lifecycle from branch creation to merging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the GitHub Pull Request (PR) workflow, simplifying the process of creating, managing, and merging PRs.

Core Features & Use Cases

  • Branch Creation and Management: Automate the creation of branches following specific naming conventions.
  • Commit and PR Creation: Automate the commit process and PR creation with custom titles and descriptions.
  • CI Monitoring: Monitor Continuous Integration (CI) status and auto-fix failures.
  • Merge Automation: Automate PR merging with squash or rebase methods.
  • Use Case: Streamline the PR workflow for teams using GitHub, reducing manual steps and increasing efficiency.

Quick Start

Run the skill with the command 'github-pr-workflow create-pr --title "Add new feature" --body "Detailed description of the new feature."'

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?

Automate GitHub Pull Request creation and merging by utilizing the gh CLI to manage the entire PR lifecycle, including branch creation, commits, and automated merges via squash or rebase methods.

What is the best way to monitor CI status for a GitHub Pull Request automatically?

Monitoring CI status for a GitHub Pull Request is handled automatically through GitHub API access, allowing the system to check Continuous Integration results and attempt to auto-fix failures during the workflow.

Do I need the gh CLI installed to automate my Git branch creation and PR workflow?

Yes, you need the gh CLI installed to automate Git branch creation and the PR workflow, as the Skill relies on gh for GitHub API integration to manage commits and pull requests.

Can I automate GitHub PR commits with custom titles and descriptions?

Yes, you can automate GitHub PR commits with custom titles and descriptions by running the workflow command with specific parameters to define the PR metadata during creation.

Does this GitHub PR automation support both squash and rebase merging methods?

Yes, this GitHub PR automation supports both squash and rebase merging methods, allowing you to specify your preferred merge strategy when automating the pull request lifecycle.