github

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

126|8|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/DrugClaw/DrugClaw --skill github-drugclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/DrugClaw/DrugClaw/tree/main/skills/built-in/github
Command: npx skills add https://github.com/DrugClaw/DrugClaw --skill github-drugclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and automates common GitHub operations, allowing users to manage issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Operations: Check CI statuses, list recent workflow runs, and view run details for pull requests.
  • API Access: Utilize gh api for advanced queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request or list all open issues in a repository.

Quick Start

Use the github skill to check the CI status of pull request number 55 in 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 the CI status of a pull request using the gh CLI?

Check the CI status of a pull request by listing recent workflow runs and viewing run details via the gh CLI. This skill automates retrieving pull request CI statuses directly from the command line.

What is the best way to manage GitHub issues from the command line?

Manage GitHub issues by creating, listing, and viewing them via the gh CLI. This allows you to handle repository issues directly from the command line without the web interface.

Do I need to install and authenticate the gh CLI to manage GitHub repositories?

Yes, you need the gh CLI installed and authenticated to manage GitHub repositories. This prerequisite enables interactions with issues, pull requests, and CI runs directly from your environment.

How do I run advanced GitHub API queries for structured data retrieval?

Run advanced GitHub API queries for structured data retrieval by utilizing the `gh api` command. This facilitates advanced queries beyond standard commands to extract structured data from GitHub repositories.

Can I automate GitHub CI/CD workflows directly from the command line?

Automate GitHub CI/CD workflows directly from the command line by listing recent workflow runs and viewing run details. This skill streamlines checking CI statuses and managing workflow executions.

What are the limitations of using gh CLI for pull request operations?

A limitation is that pull request operations are constrained by the capabilities of the gh CLI. For data retrieval beyond standard commands, you must construct custom `gh api` queries to fetch structured data.