github

Automate GitHub pull request workflows using standardized gh CLI patterns.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/juanjaragavi/social-media-genius --skill github-juanjaragavi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/juanjaragavi/social-media-genius/tree/main/.agents/skills/github
Command: npx skills add https://github.com/juanjaragavi/social-media-genius --skill github-juanjaragavi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub workflows can become complex with multiple PRs, reviews, and branching patterns. This skill provides standardized patterns using the gh CLI to streamline PR creation, review management, and automated repository operations.

Core Features & Use Cases

  • Use gh CLI for all GitHub operations to ensure consistent commands and traceability.
  • Supports stacked PR workflows, PR reviews, and branch updates across main, staging, and feature branches.
  • References a canonical stacked PR workflow to guide merging strategies and avoid conflicts.

Quick Start

Run the documented stacked PR workflow with gh CLI to merge a chain of PRs efficiently.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull request workflows using the gh CLI?

You can automate GitHub pull request workflows by applying standardized gh CLI patterns for PR creation, review management, and branching automation to maintain consistent commands and traceability across your repository.

What is a stacked PR workflow and when do I need it for multi-branch development?

A stacked PR workflow chains multiple pull requests together across feature branches. You need it for multi-branch workflows to guide merging strategies, avoid conflicts, and maintain a clean history across main and staging environments.

Do I need the gh CLI installed to manage code reviews and stacked PRs?

Yes, you need the gh CLI installed and configured. The automation requires gh CLI to execute all GitHub operations, ensuring consistent commands for pull request creation, code reviews, and branch updates.

How do I manage branch updates across main, staging, and feature branches?

You manage branch updates by using standardized gh CLI patterns to automate operations across main, staging, and feature branches. This ensures consistent merging strategies and maintains a clean history throughout your workflow.

What is the best way to merge a chain of stacked pull requests efficiently?

The best way to merge a chain of stacked PRs is to run the documented stacked PR workflow with gh CLI. This applies canonical workflow references and merging strategies to merge the chain efficiently while avoiding conflicts.