github

Automate GitHub issue, PR, and workflow operations via the gh CLI.

79|9|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RikyZ90/ShibaClaw --skill github-rikyz90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/RikyZ90/ShibaClaw/tree/main/shibaclaw/skills/github
Command: npx skills add https://github.com/RikyZ90/ShibaClaw --skill github-rikyz90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with GitHub via the gh CLI to perform common repository management tasks efficiently from your local environment or automation scripts.

Core Features & Use Cases

  • Manage issues: create, list, and close issues across repos.
  • Manage pull requests: open, review, comment, merge PRs, and fetch status.
  • Access CI/workflow status: inspect runs and statuses with gh run and gh api.
  • Use Case: A developer wants to quickly triage issues and verify PR status in a single command sequence.

Quick Start

Run a gh command to list issues and pull requests 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 management from the command line?

Automating GitHub issues and PRs involves using the gh CLI to execute repeatable actions like creating, listing, and closing issues or opening and merging pull requests across multiple repositories.

How can I check GitHub Actions workflow status locally without opening a browser?

Checking GitHub Actions workflow status locally requires running gh run and gh api commands to inspect CI runs and verify pipeline statuses directly within your terminal or automation scripts.

Do I need to authenticate the gh CLI to manage multiple GitHub repositories?

Yes, authenticating the gh CLI is required. You must provide explicit repository context or --repo scope to execute cross-repository actions like triaging issues or checking PR statuses.

What is the best way to triage GitHub issues and verify PR status in a single command sequence?

The best way to triage issues and verify PR status is combining gh CLI commands sequentially, allowing developers to rapidly inspect repository states and perform multiple management actions without UI navigation.

Can I use gh CLI commands in automation scripts for continuous integration?

Yes, you can integrate gh CLI commands into automation scripts to query CI status, fetch workflow runs, and manage repository tasks efficiently during continuous integration processes.