github

Automate GitHub issue and pull request management using the gh CLI.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/breakingcircuits1337/agent-skills --skill github-breakingcircuits1337
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/breakingcircuits1337/agent-skills/tree/main/github
Command: npx skills add https://github.com/breakingcircuits1337/agent-skills --skill github-breakingcircuits1337

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of interacting with GitHub, allowing users to manage issues, pull requests, and CI runs without leaving the terminal.

Core Features & Use Cases

  • Issue Management: Use gh issue commands to view, create, and manage GitHub issues.
  • Pull Request Operations: Execute gh pr commands to check CI status, list recent workflow runs, and view failed steps.
  • Advanced Queries: Leverage gh api for detailed queries on pull requests and other GitHub resources.
  • JSON Output: Obtain structured data from commands using --json and --jq options.
  • Use Case: Quickly check the CI status of a pull request and identify which steps failed.

Quick Start

Use the 'github' skill to check the CI status of a pull request with ID 55 in the 'owner/repo' repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI status of a pull request from the command line?โ–ผ

To check the CI status of a pull request, you can use the gh CLI to execute pr commands that list recent workflow runs and identify which specific steps failed.

Can I manage GitHub issues directly from the terminal?โ–ผ

Yes, you can manage GitHub issues directly from the terminal by executing gh issue commands to view, create, and manage issues without needing to navigate the web interface.

How do I get structured JSON output from GitHub API queries?โ–ผ

You can obtain structured JSON output from GitHub API queries by leveraging the gh api command along with --json and --jq options to filter and format the response data.

Do I need the gh CLI installed to automate pull request management?โ–ผ

Yes, you need the gh CLI installed because this functionality automates GitHub issue and pull request management by executing commands directly through the gh CLI interface.

What is the best way to view failed workflow steps for a GitHub PR?โ–ผ

The best way to view failed workflow steps for a GitHub PR is using gh pr commands to check CI status and list recent workflow runs, pinpointing the exact failed steps.

Are there limitations when using gh api for advanced GitHub queries?โ–ผ

The primary limitation is that advanced GitHub queries using gh api are constrained by the underlying GitHub API rate limits and the specific filtering capabilities of the --jq option.