github-pr-workflow

Automate GitHub pull request lifecycle with branch creation, CI checks, and merges.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill github-pr-workflow-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/Aevonix/colony-ai/tree/main/skills/github/github-pr-workflow
Command: npx skills add https://github.com/Aevonix/colony-ai --skill github-pr-workflow-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full pull request lifecycle for GitHub workflows, removing manual steps and reducing cycle time.

Core Features & Use Cases

  • Branch creation and management for feature work
  • PR creation, review, and automated status checks monitoring
  • CI integration with gh or REST API fallback and automated merge strategies
  • Cross-tool support: use gh CLI or fall back to git + curl for API calls
  • Auditability: keeps a reproducible PR workflow history for audits

Quick Start

Launch a complete PR workflow by creating a feature branch, opening a PR, monitoring CI checks, and merging when checks pass.

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 a GitHub pull request lifecycle from branch creation to merge?

Automate the GitHub pull request lifecycle by applying deterministic steps across branch creation, commits, PR creation, CI status checks, and automated merges using gh or curl-based API calls.

Can I monitor CI checks and automate merges using the GitHub REST API instead of gh?

Yes, you can monitor CI checks and automate merges using the GitHub REST API with curl, providing a fallback for environments where the gh CLI is not installed.

What is the best way to manage feature branches and PR reviews for collaborative workflows?

Managing feature branches and PR reviews for collaborative workflows is best handled by automating the full PR lifecycle, ensuring reproducible history and reducing manual cycle time.

Does this PR workflow automation support configurable merge strategies?

Yes, the PR workflow automation supports configurable merge strategies, applying deterministic steps to execute automated merges once CI status checks pass.

Why do I need a fallback to git and curl when automating PR merges?

A fallback to git and curl is needed to ensure cross-tool support for GitHub REST API calls when the gh CLI is unavailable, preventing workflow interruptions during PR automation.

How does automating the pull request lifecycle improve auditability?

Automating the pull request lifecycle improves auditability by keeping a reproducible PR workflow history, capturing deterministic steps across branch creation, CI monitoring, and merges.