github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the gh CLI, simplifying tasks related to issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • Issue and PR Management: View, list, and interact with GitHub issues and pull requests.
  • CI/CD Monitoring: Check the status of CI checks on pull requests and list recent workflow runs.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval beyond standard subcommands.
  • Use Case: Quickly check the CI status of a specific pull request or list recent failed runs for a repository.

Quick Start

Use the github skill to list the 10 most recent workflow runs for the repository owner/repo.

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/CD status of a pull request on GitHub?

Check CI/CD status of a GitHub pull request by listing workflow runs and PR checks. This Skill leverages the gh CLI to retrieve the current state of continuous integration checks for your repository's open pull requests.

How do I list recent failed GitHub Actions workflow runs?

List recent failed workflow runs by querying GitHub Actions history through the gh CLI. This Skill facilitates filtering and retrieving recent CI/CD execution states to quickly identify unsuccessful runs in your repositories.

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

Yes, you need the gh CLI installed and authenticated to manage GitHub issues and pull requests. This Skill acts as a wrapper around the CLI tool, executing advanced API queries and repository interactions directly through it.

Can I execute advanced GitHub API queries beyond standard issue and PR commands?

Yes, you can execute advanced GitHub API queries using the `gh api` command. This Skill supports complex data retrieval and interactions beyond standard subcommands for managing issues, pull requests, and CI/CD workflows.

What is the best way to interact with GitHub repositories for CI/CD monitoring and issue management?

The best way to interact with GitHub repositories for CI/CD monitoring and issue management is by using the gh CLI. This Skill streamlines viewing issues, checking PR statuses, and listing workflow runs into a unified interface.