github

Performs GitHub PR checks, workflow runs, and API queries via gh CLI.

Updated May 26, 2026
One-click install
npx skills add https://github.com/Geralt-byte/countAgent --skill github-geralt-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Geralt-byte/countAgent/tree/main/countagent/resources/skills/github
Command: npx skills add https://github.com/Geralt-byte/countAgent --skill github-geralt-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of interacting with GitHub repositories, including issues, pull requests, and API queries, without directly using the GitHub platform.

Core Features & Use Cases

  • PR Checks: Perform CI checks on pull requests.
  • Workflow Runs: List and view workflow runs.
  • API Queries: Access advanced GitHub API features for detailed queries.
  • Use Case: Use this Skill to monitor CI/CD pipeline statuses directly from an AI assistant.

Quick Start

Run the gh pr checks command for the pull request 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 CI/CD pipeline statuses for a pull request without leaving my terminal?

You can check CI/CD pipeline statuses for a pull request by running the `gh pr checks` command. This Skill uses the gh CLI to query and return the CI check results for a specified pull request directly within your workflow.

Can I list GitHub workflow runs from an AI assistant?

Yes, you can list and view GitHub workflow runs from an AI assistant. This Skill performs workflow run listings by executing gh CLI commands, allowing you to monitor your CI/CD pipelines without accessing the GitHub platform directly.

Do I need the gh CLI tool installed to query the GitHub API?

Yes, you need the gh CLI tool installed to query the GitHub API. This Skill requires the gh CLI for command execution to perform advanced API queries and interact with GitHub repositories, issues, and pull requests.

What's the best way to interact with GitHub repositories when automating tasks?

The best way to interact with GitHub repositories when automating tasks is via the gh CLI. This Skill enables GitHub interaction for actions like PR checks and advanced API queries, integrating CI/CD pipeline monitoring within your automated workflows.

Why use command line tools instead of the GitHub platform for pull request checks?

Using command line tools for pull request checks allows you to monitor CI/CD pipelines directly from your environment. This Skill leverages the gh CLI to perform actions like PR checks and workflow run listings, avoiding the need to navigate the GitHub platform.