github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Pull Request Checks: Monitor the status of CI checks on pull requests.
  • Workflow Run Management: List and inspect recent GitHub Actions runs.
  • API Access: Utilize gh api for advanced queries and data retrieval.
  • Use Case: Quickly check if a pull request has passed all its automated tests before merging.

Quick Start

List the last 10 workflow runs for the current repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of CI checks on a pull request using the gh CLI?

You can check the status of CI checks on a pull request using the gh CLI by listing and inspecting recent GitHub Actions workflow runs directly from your command line to verify if automated tests have passed before merging.

What is the best way to list recent GitHub Actions workflow runs for a repository?

The best way to list recent GitHub Actions workflow runs for a repository is by using the gh CLI, which allows you to quickly retrieve and inspect recent CI/CD workflow run statuses directly from the command line.

Do I need to install and authenticate the gh CLI to manage GitHub issues and pull requests?

Yes, you need to install and authenticate the gh CLI to manage GitHub issues and pull requests, as the command-line tool requires proper authentication to access and interact with your repository data securely.

Can I use gh api for advanced querying and structured output of GitHub repository data?

Yes, you can use gh api for advanced querying of GitHub repository data, and it supports structured output by utilizing the --json and --jq flags to filter and format the retrieved API responses effectively.

Why are my GitHub Actions workflow runs not showing up in the CLI output?

GitHub Actions workflow runs might not show up in the CLI output if the gh CLI is not properly authenticated, if the current directory is not linked to the target repository, or if no recent CI runs have been triggered.

Does the GitHub CLI Skill support managing CI/CD workflows and pull requests from the command line?

Yes, the GitHub CLI Skill supports managing CI/CD workflows and pull requests from the command line by facilitating interaction with GitHub repositories to monitor workflow runs, check pull request statuses, and execute advanced API queries.