github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interaction with GitHub repositories, automating tasks such as checking CI status on pull requests, listing workflow runs, and querying the GitHub API for advanced information.

Core Features & Use Cases

  • GitHub Interaction: Perform actions like checking CI status, listing workflow runs, and viewing failed steps on pull requests.
  • API Queries: Execute advanced queries on GitHub data using the gh api command.
  • Use Case: If you need to quickly check the status of a pull request and its CI runs without navigating the GitHub interface, this Skill can automate those checks for you.

Quick Start

Use the github skill to check the CI status of the latest pull request in 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 check the CI status of a pull request from the command line?

You can check pull request CI status by executing automated GitHub interactions through the gh CLI, which retrieves workflow runs and failed steps without navigating the web interface.

Can I query the GitHub API for advanced repository data using the gh CLI?

Yes, you can execute advanced API queries on GitHub data by passing complex requests through the gh api command to extract specific repository information.

Do I need to install and configure the gh CLI to manage GitHub issues and pull requests?

Yes, using this Skill to manage GitHub issues and pull requests requires the gh CLI to be installed and properly authenticated against the target GitHub repository.

What is the best way to list GitHub workflow runs for CI without opening a browser?

The best way to list GitHub workflow runs without a browser is automating the retrieval process via the gh CLI, which queries the repository and returns CI run statuses directly.

How does automating issue management with the gh CLI streamline GitHub interactions?

Automating issue management with the gh CLI streamlines GitHub interactions by providing a direct command-line interface to query, update, and monitor repository issues and pull requests.

Why does my GitHub API query fail when checking CI runs on a specific repository?

GitHub API queries for CI runs fail if the gh CLI is not installed, not properly configured for the target repository, or lacking the necessary authentication permissions.