github

Orchestrate GitHub pull request workflows using the gh CLI.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bouwerp/agentic-framework --skill github-bouwerp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/bouwerp/agentic-framework/tree/main/skills/github
Command: npx skills add https://github.com/bouwerp/agentic-framework --skill github-bouwerp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured guidance for managing GitHub pull requests using the gh CLI, enabling consistent PR lifecycles across projects.

Core Features & Use Cases

  • Create and update pull requests with gh pr commands, including providing titles, bodies, and draft status.
  • Read, filter, and address PR review comments, resolve threads, and manage approvals.
  • Monitor CI/CD checks and view detailed status to determine merge readiness; apply full PR lifecycle from creation to merge.

Quick Start

Create a new pull request using gh pr create, then follow the guidance to read review comments, check CI status, and merge when approved.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests via the gh CLI?

Manage GitHub pull requests via the gh CLI by using structured commands to create PRs, read reviews, resolve threads, monitor CI/CD checks, and merge across repositories. This provides consistent PR lifecycle management directly from the terminal.

What is the best way to automate PR lifecycle management for code reviews?

The best way to automate PR lifecycle management for code reviews is using gh CLI commands to read, filter, and address review comments, resolve threads, and manage approvals, ensuring consistent PR workflows across projects.

How do I check CI status and merge readiness using gh CLI?

Check CI status and merge readiness using gh CLI by viewing detailed CI/CD check statuses. This allows you to monitor continuous integration pipelines and apply the full PR lifecycle from creation to merge when approved.

Can I create and update draft pull requests with gh pr commands?

Yes, you can create and update draft pull requests with gh pr commands. The gh CLI supports providing PR titles, bodies, and draft status, enabling structured guidance for managing GitHub pull requests across repositories.

Do I need any external dependencies to orchestrate PR workflows with GitHub?

No external dependencies are required to orchestrate PR workflows with GitHub. The skill operates independently, defining required gh pr commands and related actions for PRs, reviews, and status checks without additional components.

Why use gh CLI for resolving PR review threads instead of the GitHub web interface?

Use gh CLI for resolving PR review threads instead of the web interface to enable consistent PR lifecycles across projects. It allows creating, updating, commenting, and resolving threads directly, streamlining workflow automation.