github

Manage GitHub repositories, pull requests, issues, and workflow runs via gh CLI.

65|9|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/EthanAlgoX/MarketBot --skill github-ethanalgox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/EthanAlgoX/MarketBot/tree/main/marketbot/skills/github
Command: npx skills add https://github.com/EthanAlgoX/MarketBot --skill github-ethanalgox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides concise, command-line instructions to interact with GitHub so developers can inspect issues, pull requests, and CI runs without leaving their terminal or web UI.

Core Features & Use Cases

  • PR and CI inspection: Check pull request CI status, list recent workflow runs, view run details, and fetch logs for failed steps to accelerate triage.
  • Issue and PR management: List and inspect issues and pull requests with structured JSON output to support automation and reporting.
  • Advanced API queries: Use the CLI's API endpoint capabilities to query fields not exposed by other subcommands and filter results for scripts or tooling.

Quick Start

Use the github skill to check CI status for pull request 55 in owner/repo and fetch failed step logs for inspection.

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?

Check pull request CI status using the gh CLI by listing recent workflow runs and fetching logs for failed steps. This command-line approach accelerates triage without leaving the terminal.

Can I list GitHub issues and pull requests with structured JSON output?

Yes, you can list and inspect GitHub issues and pull requests with structured JSON output. This leverages the gh CLI's JSON and jq-style filtering capabilities to support automation and reporting workflows.

How do I fetch logs for failed CI workflow steps from the command line?

Fetch logs for failed CI workflow steps from the command line using the gh CLI. You can view workflow run details and retrieve specific failed step logs to inspect failures without navigating the web UI.

Do I need the gh binary installed to manage GitHub repositories and workflow runs?

Yes, you need the gh binary installed and accessible in PATH to manage GitHub repositories and workflow runs. This Skill provides command-line instructions that require the gh CLI to interact with GitHub.

What is the best way to query GitHub API fields not exposed by standard subcommands?

The best way to query unexposed GitHub API fields is using the gh CLI's API endpoint capabilities. This approach allows you to query specific fields and filter results with jq-style syntax for advanced scripts and tooling.

Can I view GitHub workflow run details without leaving my terminal?

Yes, you can view GitHub workflow run details directly in your terminal. The gh CLI allows you to list recent workflow runs, view run details, and fetch logs for failed steps for command-line triage.