github-cli

Automate GitHub workflow, PR, and issue management from the CLI.

1|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/SilverAssist/contact-form-to-api --skill github-cli-silverassist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/SilverAssist/contact-form-to-api/tree/main/.github/skills/github-cli
Command: npx skills add https://github.com/SilverAssist/contact-form-to-api --skill github-cli-silverassist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to manage GitHub workflows, PRs, and issues directly from the command line, reducing context switching and speeding up CI and PR processes.

Core Features & Use Cases

  • Monitor CI status and workflow runs to quickly verify deployments and tests.
  • List, create, review, and manage pull requests and issues from the terminal.
  • Automate common GitHub tasks in scripts and CI pipelines to improve developer productivity.

Quick Start

Authenticate with GitHub using gh auth login and start by listing open PRs with gh pr list.

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?

Manage GitHub pull requests and issues from the command line by using the GitHub CLI to list, create, review, and triage them directly in the terminal, reducing context switching during software development.

Can I monitor CI workflow status across multiple repositories in the terminal?

Monitor CI workflow status across multiple repositories in the terminal by running GitHub CLI commands to check workflow runs and verify deployment and test results directly.

Do I need the GitHub CLI installed to automate PR reviews in scripts?

Installing the GitHub CLI is required to automate PR reviews in scripts, as it provides the reliable terminal commands required for CI status checks, pull request management, and issue triage.

What is the best way to automate GitHub issue triage for DevOps tasks?

Automate GitHub issue triage for DevOps tasks using the GitHub CLI to execute reliable commands within CI pipelines and scripts, improving developer productivity without leaving the terminal.

How do I check GitHub workflow runs without switching browser context?

Check GitHub workflow runs without switching browser context by using GitHub CLI commands in your terminal to monitor CI status and verify deployments directly from your development environment.