github

Manage GitHub pull requests, CI/CD runs, and API queries via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of pull requests, issues, and continuous integration runs directly from the command line.

Core Features & Use Cases

  • Pull Request Checks: Monitor the CI status of specific pull requests.
  • Workflow Run Management: List recent CI/CD workflow runs and inspect their details, including logs for failed steps.
  • Advanced API Queries: Utilize gh api for custom data retrieval beyond standard subcommands.
  • Use Case: Quickly check if a pull request's automated tests are passing before merging, or diagnose a failed deployment by viewing the relevant workflow run logs.

Quick Start

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

Check pull request CI status by querying the specific PR number in the repository. This skill monitors automated checks to verify if tests are passing before merging, retrieving structured JSON data via command line interface.

How can I list recent CI/CD workflow runs and inspect failed logs?

List recent CI/CD workflow runs and inspect their details directly via command line. You can retrieve and view logs for failed steps to diagnose deployment or build issues efficiently without navigating the web UI.

Can I execute advanced GitHub API queries for custom repository data?

Yes, you can execute advanced GitHub API queries using the `gh api` command. This allows custom data retrieval beyond standard subcommands, supporting structured data extraction with JSON output and jq filtering.

Does this GitHub CLI tool require external dependencies to manage repository tasks?

No external dependencies are required to manage GitHub issues, PRs, and runs. It operates independently using scripts and references to provide automated checks, run inspection, and repository management tasks.

What is the best way to retrieve structured data from GitHub repositories?

The best way to retrieve structured data is using the command line interface with JSON output and jq filtering. This approach supports automated checks and advanced API queries for efficient repository management.