github

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

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cogpy/clawcog --skill github-cogpy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/cogpy/clawcog/tree/main/skills/github
Command: npx skills add https://github.com/cogpy/clawcog --skill github-cogpy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Issue Management: Create, list, and view GitHub issues.
  • Pull Request Operations: Check CI status, list workflow runs, and view run details for pull requests.
  • Advanced API Access: Utilize gh api for complex queries and data retrieval beyond standard commands.
  • Use Case: Quickly check the CI status of a specific pull request or list the last 10 workflow runs for a repository to diagnose build failures.

Quick Start

Use the github skill to list the last 10 workflow runs for 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 pull request CI status by listing workflow runs and viewing specific run details for the repository using the gh CLI. This allows you to diagnose build failures and review automated checks directly for the pull request.

How do I list recent GitHub Actions workflow runs to diagnose build failures?

List recent GitHub Actions workflow runs by executing the run listing command through the gh CLI. This displays the last workflow executions for a repository, allowing you to review execution statuses and diagnose build failures.

Do I need to install and authenticate the gh binary to manage GitHub issues and PRs?

Yes, you need to install and authenticate the gh binary to manage GitHub issues and PRs. The interaction with repositories for managing issues, pull requests, and CI/CD workflows requires the authenticated gh CLI.

Can I use advanced API queries to retrieve repository data beyond standard commands?

Yes, you can retrieve repository data beyond standard commands by utilizing gh api for advanced API queries. This facilitates complex queries and data retrieval directly from the GitHub API for repository data.

What is the best way to automate GitHub issue management from the command line?

Automate GitHub issue management by leveraging the gh CLI to create, list, and view issues. This streamlines repository interactions by automating issue management tasks directly from the command line.

Are there limitations when using gh api for complex queries instead of standard commands?

Standard gh CLI commands manage issues, PRs, and runs, while gh api handles complex queries. Limitations depend on GitHub API constraints, so use gh api primarily for advanced data retrieval beyond standard command capabilities.