github-cli

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, enabling efficient management of issues, pull requests, CI/CD pipelines, and API queries without leaving your current environment.

Core Features & Use Cases

  • Issue Management: Create, list, and close GitHub issues.
  • Pull Request Operations: View PR status, check CI readiness, create, and merge PRs.
  • CI/Workflow Monitoring: List and view logs for GitHub Actions runs.
  • API Queries: Directly query the GitHub API for repository-specific data.
  • Use Case: You need to quickly check the status of all open pull requests for a specific repository and ensure their CI checks are passing before merging.

Quick Start

Use the github-cli skill to list all open pull requests for the owner/repo repository.

Frequently Asked Questions about github-cli

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

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

You can manage GitHub pull requests and issues from the command line by executing deterministic gh CLI scripts. This allows you to create, list, and close issues, as well as view PR status and merge code without leaving your current environment.

How can I check if CI checks are passing for a pull request before merging?

To check if CI checks are passing before merging, you can view PR status and list GitHub Actions runs. The Skill queries the CI readiness directly to ensure workflow checks are complete successfully.

Can I view GitHub Actions workflow logs directly in my local development environment?

Yes, you can view GitHub Actions workflow logs locally. The Skill lists and retrieves logs for CI runs through the gh command-line interface, keeping you in your current environment.

What is the best way to query repository-specific data using the GitHub API?

The best way to query repository-specific data is through deterministic gh CLI script execution. This Skill handles GitHub API queries directly, fetching repository data efficiently without manual API calls.

Do I need any external dependencies to run GitHub CLI operations for repository management?

No external dependencies are required to run GitHub CLI operations. The Skill relies solely on the gh command-line interface to execute scripts for managing issues, pull requests, and CI runs.