gh

Perform GitHub repository operations, searches, and CI/CD monitoring via the GitHub CLI.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/adampoit/ai --skill gh-adampoit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh
Source: https://github.com/adampoit/ai/tree/main/skills/gh
Command: npx skills add https://github.com/adampoit/ai --skill gh-adampoit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub, allowing you to manage repositories, inspect pull requests and issues, search for code and projects, and monitor CI/CD pipelines directly from your command line.

Core Features & Use Cases

  • Repository Operations: Inspect and list pull requests and issues with detailed metadata.
  • GitHub Search: Efficiently find code, repositories, issues, and pull requests using powerful search qualifiers.
  • CI/CD Monitoring: View checks and run details for branches and commits.
  • API Access: Interact with the GitHub API for advanced automation.
  • Use Case: Quickly check the status of all open bugs labeled 'critical' in your main repository.

Quick Start

Use the gh skill to view pull request number 123 with its title, body, and associated files.

Frequently Asked Questions about gh

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

FAQPage Schema
How do I list open pull requests and issues from the command line?

You can inspect and list pull requests and issues using the GitHub CLI, which retrieves detailed metadata directly from your repository without needing to navigate the web interface.

Can I search GitHub repositories and code using CLI automation?

Yes, you can search GitHub for code, repositories, issues, and pull requests using powerful search qualifiers via the GitHub CLI, enabling efficient code discovery and project retrieval.

What is the best way to monitor CI/CD checks and runs for a specific branch?

The best way to monitor CI/CD pipelines is using the GitHub CLI to view checks and run details for specific branches and commits directly from your terminal, streamlining pipeline status tracking.

How do I call the GitHub API for advanced repository automation?

You can facilitate direct GitHub API calls for advanced automation by executing CLI commands that interact with repository endpoints and handle URL parsing for efficient data retrieval.

Does this GitHub CLI approach work for filtering critical bugs in a main repository?

Yes, this GitHub CLI approach works for filtering critical bugs by using search qualifiers to quickly check the status of all open issues labeled 'critical' in your main repository.