github

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

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/1012Lonin/Yushufang --skill github-1012lonin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/1012Lonin/Yushufang/tree/main/skills/github
Command: npx skills add https://github.com/1012Lonin/Yushufang --skill github-1012lonin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub project maintenance often requires repetitive command-line actions. This skill provides a streamlined way to interact with GitHub through the gh CLI to manage issues, pull requests, and CI data.

Core Features & Use Cases

  • Manage issues and pull requests from the command line.
  • Retrieve CI workflow status and run information.
  • Perform advanced queries via gh api for reports and dashboards.

Quick Start

List open issues and check the latest PR status in a repository using gh.

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?

Automate GitHub issues and pull requests using the gh CLI to manage repository maintenance, retrieve CI workflow data, and streamline code collaboration directly from the terminal without manual web interaction.

Do I need to install gh CLI to manage GitHub repositories?

Yes, you must have the gh CLI installed to use this automation skill. It relies entirely on the gh command-line interface to execute queries and manage issues, pull requests, and CI data.

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

When not in a git directory, you must include the --repo owner/repo flag or use a full URL in your gh CLI commands to specify the target repository for your automation tasks.

Can I retrieve CI workflow status and run information using gh CLI?

Yes, you can retrieve CI workflow status and run information by executing specific gh CLI commands, allowing you to monitor continuous integration data and automate reporting workflows across projects.

What is the best way to perform advanced data queries on GitHub repositories?

The best way to perform advanced data queries on GitHub repositories is using the gh api command, which allows you to extract complex data sets for generating custom reports and dashboards.

Can I use gh CLI automation to manage repositories across an organization?

Yes, gh CLI automation supports managing workflows, issues, and pull requests across projects and organizations, enabling streamlined repository maintenance at scale through command-line execution.