github

Monitor pull request CI statuses and inspect GitHub Actions workflow runs via gh CLI.

3|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Abhishekojha38/dobby.ai --skill github-abhishekojha38
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Abhishekojha38/dobby.ai/tree/main/skills/github
Command: npx skills add https://github.com/Abhishekojha38/dobby.ai --skill github-abhishekojha38

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of pull requests, CI/CD pipelines, and complex API queries directly from the command line.

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of Continuous Integration checks on specific pull requests.
  • Workflow Run Management: List recent GitHub Actions workflow runs and inspect their details, including failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval beyond standard subcommands.

Quick Start

Check the CI status for 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?

To check the CI status of a pull request, you can use this Skill to interact with the `gh` CLI tool and monitor Continuous Integration checks for specific pull requests in your GitHub repositories.

How do I list recent GitHub Actions workflow runs and inspect failed steps?

You can list recent GitHub Actions workflow runs and inspect their details, including identifying failed steps, by leveraging this Skill's core workflow run management capabilities through the `gh` command line interface.

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

Yes, you need the `gh` binary installed and configured for authenticated access. This prerequisite allows the Skill to execute advanced API queries and manage your GitHub repositories directly from the command line.

Can I execute advanced API queries for custom data retrieval beyond standard GitHub subcommands?

Yes, this Skill supports advanced API queries by utilizing `gh api` for custom data retrieval, allowing you to fetch specific repository data that goes beyond what standard GitHub subcommands offer.

What is the best way to monitor pull request CI checks from the command line?

The best way to monitor pull request CI checks from the command line is using this Skill to facilitate interaction with GitHub repositories, streamlining the management of Continuous Integration pipelines and pull requests.