github

Manage GitHub issues, pull requests, and CI/CD runs via the gh CLI.

26|9|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Zerone-Agent/agent-use-skills --skill github-zerone-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Zerone-Agent/agent-use-skills/tree/main/awesome-skills/skills/github
Command: npx skills add https://github.com/Zerone-Agent/agent-use-skills --skill github-zerone-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines interactions with GitHub repositories by leveraging the official gh CLI, simplifying tasks related to issues, pull requests, and CI/CD workflows.

Core Features & Use Cases

  • Pull Request Checks: Monitor the CI status of specific pull requests.
  • Workflow Run Management: List and view details of recent GitHub Actions workflow runs.
  • API Access: Utilize gh api for advanced queries and data retrieval beyond standard subcommands.
  • Use Case: Quickly check if the latest commit on a pull request has passed all automated tests before merging.

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 specific pull request before merging?

Check the CI status of a pull request by monitoring its workflow runs through the `gh` CLI. This Skill automates pulling the latest commit checks to verify if automated tests have passed before you merge.

Can I use the gh CLI to list recent GitHub Actions workflow runs?

Yes, you can list recent GitHub Actions workflow runs using the `gh` CLI. This Skill facilitates listing and viewing detailed information about workflow runs to help you monitor your CI/CD pipelines.

How do I retrieve advanced repository data beyond standard GitHub CLI subcommands?

Retrieve advanced repository data by utilizing the `gh api` command for custom queries. This Skill supports advanced API queries to fetch specific repository data that standard subcommands do not cover.

What do I need to manage GitHub issues and PRs through command line automation?

You need the `gh` CLI installed and authenticated to manage GitHub issues and PRs. This Skill leverages the official CLI to automate checks, monitor workflows, and interact with repositories.

Does this approach work for automating GitHub issue management tasks?

Yes, this approach works for automating GitHub issue management tasks. By leveraging the authenticated `gh` CLI, the Skill streamlines interactions with repositories to manage issues and pull requests efficiently.