github

Manage GitHub issues, pull requests, and CI workflow statuses via the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Nirpat3/MIB007 --skill github-nirpat3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Nirpat3/MIB007/tree/main/skills/github
Command: npx skills add https://github.com/Nirpat3/MIB007 --skill github-nirpat3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating tasks related to issues, pull requests, and continuous integration runs, reducing the need for manual command-line operations.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: List, view, check status, and merge pull requests.
  • CI/Workflow Monitoring: View status and logs for GitHub Actions runs.
  • API Queries: Fetch repository data and metadata using the GitHub API.
  • Use Case: When a pull request fails its CI checks, use this Skill to quickly view the failed run logs and identify the cause.

Quick Start

Use the github skill to list all open pull requests 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 automate GitHub issue and pull request management from the command line?▼

You can automate GitHub issue and pull request management by using this Skill to execute `gh` CLI commands for creating, listing, and commenting on issues, as well as viewing and merging pull requests.

How can I check the status and logs of GitHub Actions CI runs for a failed pull request?▼

To check CI status and logs for a failed pull request, this Skill queries GitHub Actions workflow runs via the `gh` CLI, allowing you to view status and identify the cause of CI failures.

Do I need to install and authenticate the gh CLI to automate GitHub repository operations?▼

Yes, you need the `gh` CLI installed and authenticated to automate GitHub repository operations, as this Skill relies on it to query the GitHub API and manage issues, PRs, and CI.

Can I fetch and filter GitHub repository data and metadata using the GitHub API?▼

You can fetch and filter GitHub repository data and metadata by using this Skill to query the GitHub API via `gh` and filter the returned API results using `jq`.

What is the best way to list all open pull requests for a specific GitHub repository?▼

The best way to list open pull requests for a specific repository is to use this Skill, which automates the `gh` CLI commands to quickly query and return all open PRs for owner/repo.

Are there limitations when using gh CLI to automate GitHub workflows and repository queries?▼

Limitations include being restricted to the capabilities of the `gh` CLI and GitHub API, requiring proper authentication, and needing `jq` for advanced filtering of repository data results.