github

Automate GitHub repository tasks for PRs, issues, CI runs, and code reviews via gh CLI.

35|5|Updated May 7, 2026
One-click install
npx skills add https://github.com/yokingma/weclaws --skill github-yokingma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/yokingma/weclaws/tree/main/resources/skills/managed/github
Command: npx skills add https://github.com/yokingma/weclaws --skill github-yokingma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations via gh CLI to manage PRs, issues, CI runs, and code reviews, enabling fast automation without a browser.

Core Features & Use Cases

  • Interact with GitHub repositories, issues, PRs, and CI.
  • List, view, create, and comment on issues and PRs.
  • Check CI run status and view logs.
  • Query GitHub API and obtain structured JSON outputs.

Quick Start

Authenticate with gh and begin issuing PR, issue, and CI commands to automate common GitHub workflows.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull requests and issues without a browser?

Automate GitHub pull requests and issues without a browser by using the gh CLI to list, view, create, and comment on repository items. This requires an authenticated gh session to execute commands and return structured JSON outputs.

Can I check CI run status and view workflow logs across multiple repos?

You can check CI run status and view workflow logs across multiple repos by querying the GitHub API via gh CLI. It fetches CI results and retrieves workflow logs directly from your authenticated terminal session.

How do I query the GitHub API to get structured JSON outputs for PRs?

Query the GitHub API to get structured JSON outputs for PRs by executing gh api commands through the CLI. This allows you to list, filter, and review pull requests while receiving machine-readable JSON data.

Do I need an authenticated gh session to manage GitHub code reviews?

Yes, you need an authenticated gh session to manage GitHub code reviews and repository tasks. The authentication grants the CLI access to interact with your repositories, PRs, and CI runs.

What is the best way to filter and list GitHub issues via command line?

The best way to filter and list GitHub issues via command line is using the gh CLI. It automates repository tasks by querying the GitHub API, allowing you to list, view, and create issues with structured JSON outputs.

Why use gh CLI for GitHub operations instead of other category tools?

Use gh CLI for GitHub operations to enable fast automation of PRs, issues, and CI runs directly from the terminal. It bypasses browser interactions by supporting gh api queries and structured JSON outputs for seamless workflow integration.