github

Automate GitHub issues, pull requests, and CI workflows via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The GitHub Skill enables developers to manage GitHub interactions programmatically via the gh CLI, reducing manual navigation and repetitive tasks.

Core Features & Use Cases

  • Interact with issues, pull requests, and CI runs using gh commands.
  • Run API queries to fetch data from GitHub endpoints for custom workflows.
  • Operate on a repository context with --repo owner/repo when not in a git directory.

Quick Start

Use gh to check PRs, list issues, and view CI status for a repository.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issues and pull requests from the command line?

Automating GitHub issues and pull requests requires using gh CLI commands to interact directly with repositories. You can programmatically check PRs, list issues, and reduce manual navigation without visiting the web interface.

Do I need to install and authenticate gh CLI to manage repositories?

Yes, you need gh CLI installation and authentication to operate on a repository. These requirements specify your identity and grant the necessary permissions to execute commands for issues, PRs, and CI workflows.

Can I run GitHub API queries to fetch data for custom workflows?

You can run GitHub API queries using gh CLI to fetch data from endpoints for custom workflows. This allows you to retrieve specific repository data programmatically and integrate it into your automated tasks.

What is the best way to check CI status and workflows for a repository?

The best way to check CI status and workflows is using gh CLI to view CI runs. It outlines the scope of continuous integration interactions directly from your terminal, providing quick status updates.

How do I run gh commands when not in a local git directory?

To run gh commands outside a local git directory, operate on a repository context using the --repo owner/repo flag. This specifies the target repository explicitly, allowing you to execute commands globally.