github

Manage GitHub pull requests, CI workflow runs, and API queries via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines your GitHub workflow by providing direct command-line access to manage issues, pull requests, CI runs, and perform advanced API queries, eliminating the need to switch to a web browser for many common tasks.

Core Features & Use Cases

  • Pull Request Checks: Quickly verify the status of CI checks on a specific pull request.
  • Workflow Run Management: List recent GitHub Actions workflow runs and inspect their details, including logs for failed steps.
  • Advanced API Queries: Utilize gh api for complex data retrieval and manipulation beyond standard subcommands.
  • Use Case: When a pull request fails its CI checks, you can use this skill to immediately view the status and logs of the relevant workflow run to diagnose and fix the issue.

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 status of CI checks on a pull request from the command line?

You can check pull request CI status directly from the command line using this Skill to interact with GitHub. It leverages the `gh` CLI tool to verify check statuses for specific pull requests without needing a web browser.

What's the best way to view GitHub Actions workflow run logs for failed steps?

To view GitHub Actions workflow run logs for failed steps, this Skill lists recent workflow runs and inspects their details. It uses the `gh` command-line interface to retrieve and display the specific logs of failed steps.

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

Yes, you need the `gh` CLI tool installed and authenticated to manage GitHub repositories with this Skill. It relies entirely on the `gh` command-line interface to execute commands for issues, pull requests, and CI runs.

Can I perform advanced API queries for GitHub repository data beyond standard subcommands?

Yes, you can perform advanced API queries for GitHub repository data beyond standard subcommands. This Skill utilizes `gh api` to facilitate complex data retrieval and manipulation directly from your terminal environment.

How do I list recent GitHub Actions workflow runs without switching to a browser?

You can list recent GitHub Actions workflow runs without a browser by using this Skill. It provides direct command-line access to manage and inspect your CI workflow runs through the authenticated `gh` CLI tool.