github

Automate GitHub workflow tasks by orchestrating gh CLI commands.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jiayaoqijia/streaming-LLM --skill github-jiayaoqijia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/jiayaoqijia/streaming-LLM/tree/main/.claude/skills/github
Command: npx skills add https://github.com/jiayaoqijia/streaming-LLM --skill github-jiayaoqijia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub teams and developers often spend time managing issues, PRs, CI checks, and API interactions across repositories. Automate repetitive GitHub tasks to save time and reduce human error.

Core Features & Use Cases

  • Automate common GitHub operations using the gh CLI, including issues, PRs, CI runs, and code reviews.
  • Use cases include bulk issue triage, PR checks, repository administration, and querying GitHub API data.

Quick Start

Authenticate with gh and perform a sample task such as listing open issues in 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 issue triage and PR checks across multiple repositories?

Automate GitHub issue triage and PR checks across repositories by orchestrating gh CLI commands. This Skill handles bulk issue management, PR reviews, and repository administration using safe defaults and error handling.

What is the best way to check CI status and manage pull requests from the command line?

Checking CI status and managing pull requests from the command line is done by executing gh PR and issue commands. This approach automates CI status checks and API queries to reduce manual GitHub workflow overhead.

Do I need to set up gh CLI authentication before automating GitHub workflows?

Setting up gh CLI authentication is required before automating GitHub workflows. This Skill supports authentication setup to enable secure execution of repository administration, CI reviews, and API queries.

Can I use gh CLI to query GitHub API data for bulk repository maintenance?

Using gh CLI to query GitHub API data supports bulk repository maintenance tasks. The Skill orchestrates API queries and command execution to automate repetitive project maintenance operations with error handling.

Why does my GitHub automation workflow fail when running gh CLI commands in bulk?

GitHub automation workflows using gh CLI commands may fail due to authentication or rate limits. This Skill applies safe defaults and error handling to manage gh CLI execution and prevent bulk task interruptions.

What GitHub tasks can I automate with gh CLI besides opening pull requests?

Automating GitHub tasks with gh CLI extends beyond opening pull requests to include CI status checks, issue triage, repository administration, and API queries. These operations are orchestrated safely across multiple repositories.