github

Automates GitHub pull request and repository workflows using the gh CLI.

6|Updated Jan 24, 2025
One-click install
npx skills add https://github.com/Liinkiing/larastack --skill github-liinkiing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Liinkiing/larastack/tree/main/.agents/skills/github
Command: npx skills add https://github.com/Liinkiing/larastack --skill github-liinkiing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates GitHub pull request workflows by leveraging the gh CLI to streamline PR creation, review, branching, and repository automation, reducing context switching and manual steps.

Core Features & Use Cases

  • Automates PR operations with gh CLI (merge, edit base, label, assign reviewers).
  • Supports stacked PR workflows and clean merge histories.
  • Facilitates consistent branching strategies and automated repository tasks.

Quick Start

Use the gh CLI to perform GitHub operations and follow the end-to-end workflow described in references/stacked-pr-workflow.md.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage stacked pull requests with gh CLI?

You manage stacked pull requests by following the end-to-end workflow in the stacked-pr-workflow reference, which automates PR creation and base branch updates to maintain clean merge histories across dependent branches.

What is a stacked PR workflow and when do I need it?

A stacked PR workflow breaks large features into sequential dependent pull requests, needed when you want incremental code reviews and clean merge histories while automating gh CLI operations like merging and editing PR bases.

Do I need gh CLI installed to automate GitHub workflows?

Yes, you need gh CLI installed and available in your environment to automate GitHub workflows, as this Skill requires gh CLI availability and familiarity to execute pull request operations and repository tasks.

How do I automate code reviews and branching strategies for multi-PR workflows?

You automate code reviews and branching strategies for multi-PR workflows by leveraging gh CLI to assign reviewers, apply labels, and enforce consistent branch operations, reducing context switching across your repository.

Can I edit the base branch and merge PRs without switching context?

Yes, you can edit the base branch and merge pull requests without switching context by using gh CLI to perform GitHub operations directly, automating PR edits, label assignments, and merges within your workflow.