github

Manage GitHub issues, PRs, runs, and API queries via gh CLI.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill github-tigha66
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/github
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill github-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplifies GitHub operations by interfacing with the gh CLI to manage issues, pull requests, runs, and API queries from the terminal, saving time and reducing context switching.

Core Features & Use Cases

  • Create, list, and manage issues and pull requests using gh issue and gh pr commands.
  • Check CI workflow status and view run details with gh run commands.
  • Retrieve data from GitHub APIs using gh api for custom queries and automation.
  • Use case: you need to audit open PRs across repos and fetch their statuses in a single pass.

Quick Start

Ask the assistant to list open PRs in a repository and show their statuses using gh pr list and gh run commands.

Frequently Asked Questions about github

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

FAQPage Schema
How do I list open pull requests and check their CI status from the terminal?

To check CI status for open pull requests, use gh pr list to fetch the PRs and gh run commands to view workflow run details. This retrieves repository insights and checks CI workflow status in a single pass.

Can I query GitHub APIs directly for custom repository data and automation?

Yes, you can query GitHub APIs directly using gh api for custom queries and automation. This allows you to retrieve specific data from GitHub APIs without leaving the terminal environment.

What do I need to manage GitHub issues and PRs via the gh CLI?

To manage GitHub issues and PRs via the gh CLI, you need the gh CLI installed and authenticated. Once authenticated, you can create, list, and manage issues and pull requests using gh issue and gh pr commands.

Is there a way to audit open PRs across multiple repositories at once?

Auditing open PRs across repositories is possible by executing gh pr list and gh run commands. This development workflow fetches PR statuses and repository insights quickly, reducing context switching.

What is the best way to reduce context switching when managing GitHub workflows?

The best way to reduce context switching when managing GitHub workflows is interfacing with the gh CLI from the terminal. It simplifies GitHub operations by managing issues, PRs, runs, and API queries in one place.

Does gh CLI automation work for checking CI workflow run details?

Yes, gh CLI automation works for checking CI workflow status. You can check CI workflow status and view run details with gh run commands to monitor your development workflows directly from the terminal.