github

Manage GitHub issues, pull requests, and CI/CD pipelines via the gh CLI.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/winsorllc/upgraded-carnival --skill github-winsorllc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/winsorllc/upgraded-carnival/tree/main/.pi/skills/github
Command: npx skills add https://github.com/winsorllc/upgraded-carnival --skill github-winsorllc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, enabling efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue & PR Management: Create, list, view, and comment on GitHub issues and pull requests.
  • CI/CD Monitoring: Check the status of CI runs, view logs, and re-run failed jobs.
  • API Interaction: Query the GitHub API for detailed repository information and metadata.
  • Use Case: Quickly check the CI status of a specific pull request or create a new issue to report a bug.

Quick Start

Use the github skill to list all open pull requests for 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 CI/CD pipeline status for a pull request from the command line?▼

Check CI/CD pipeline status for a pull request by using this skill to execute `gh` CLI commands, which retrieve CI run states and fetch workflow logs directly from the terminal.

How do I list open pull requests and issues for a GitHub repository?▼

List open pull requests and issues by executing `gh` CLI commands through this skill, which queries repository data and processes structured JSON output to filter results.

Do I need to authenticate the gh CLI to manage GitHub issues and pull requests?▼

Yes, you need to authenticate the `gh` CLI to manage GitHub issues and pull requests, as this skill requires authenticated access to query the GitHub API and modify repository data.

Can I create a new issue to report a bug using the GitHub API?▼

Yes, you can create a new issue to report a bug by leveraging this skill to interact with the GitHub API, facilitating issue tracking and repository management via the `gh` CLI.

What is the best way to parse structured JSON output from GitHub API queries?▼

The best way to parse structured JSON output from GitHub API queries is using this skill, which processes structured JSON output from `gh` CLI responses to enable advanced data filtering.

How do I re-run failed CI jobs without opening a browser?▼

Re-run failed CI jobs without a browser by using this skill to execute `gh` CLI commands, which monitors CI/CD workflows and triggers job re-runs directly from the command line.