github

Manage GitHub issues, pull requests, and CI/CD runs via the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD workflows directly from the command line.

Core Features & Use Cases

  • Issue Tracking: List, view, and manage GitHub issues.
  • Pull Request Management: Review PRs, check CI statuses, and view run details.
  • CI/CD Monitoring: Track and inspect workflow runs for automated processes.
  • Advanced API Access: Utilize gh api for custom data retrieval and complex queries.

Quick Start

List the 10 most recent workflow runs for the owner/repo repository.

Frequently Asked Questions about github

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

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

You can manage GitHub issues and pull requests directly from the command line using the gh CLI. This Skill allows you to list, view, review PRs, and check CI statuses without navigating the web interface.

Can I monitor CI/CD workflow runs and execution statuses for my repository?

Yes, you can monitor CI/CD workflow runs and inspect execution statuses. The Skill tracks automated processes and retrieves detailed workflow run data for specified repositories using the gh CLI.

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

Yes, you must install and authenticate the gh CLI to manage GitHub repositories. This setup provides the necessary repository access required for querying data and executing workflow commands.

What is the best way to query custom GitHub repository data and complex API endpoints?

The best way to query custom repository data is by utilizing the gh api command. This Skill supports advanced API access for custom data retrieval and complex queries beyond standard issue and PR management.

How do I list recent workflow runs for a specific GitHub repository?

To list recent workflow runs, you query the repository using the gh CLI. You can retrieve and list the 10 most recent workflow runs for any specified owner/repo repository directly.

Why does my GitHub pull request management fail without proper command line authentication?

GitHub pull request management fails without authentication because the gh CLI requires verified repository access. Properly authenticating your GitHub account is a mandatory prerequisite for querying and managing repository data.