gh-cli

Run GitHub CLI commands for repositories, issues, pull requests, and Actions.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill gh-cli-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/gh-cli
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill gh-cli-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of switching between GitHub's web interface and the command line, making routine repository work faster, more consistent, and easier to script.

Core Features & Use Cases

  • Repository Management: Create, clone, view, edit, rename, fork, archive, and sync repositories from one command surface.
  • Issue and Pull Request Workflows: Create, list, review, comment, merge, reopen, close, and track issues and pull requests without leaving the terminal.
  • Automation and Operations: Work with Actions, releases, projects, labels, secrets, variables, gists, codespaces, and API requests for day-to-day GitHub administration.
  • Use Case: A developer can authenticate once, inspect a repo, triage open issues, review a pull request, and trigger a workflow run entirely from the command line.

Quick Start

Use the gh-cli skill to help me install, authenticate, and run the right gh command for my GitHub task.

Frequently Asked Questions about gh-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 terminal?

You can manage GitHub pull requests and issues from the terminal by using the gh CLI to create, list, review, comment, merge, reopen, and close them. This streamlines workflows without needing the web interface.

What is the best way to automate GitHub repository management?

Automating GitHub repository management is best done using the gh CLI to script common operations like cloning, forking, archiving, and editing repositories. It supports JSON or jq output for advanced scripting capabilities.

Do I need to install and authenticate gh separately to manage GitHub Actions?

Yes, you need the gh CLI installed and authenticated to manage GitHub Actions, monitor workflow runs, and handle releases. Once authenticated, you can trigger workflows directly from your command line.

Can I use command line scripts to interact with GitHub Codespaces and gists?

Yes, you can use command line scripts to interact with GitHub Codespaces and gists. The gh CLI provides a unified command surface to manage these resources alongside organizations, secrets, and variables.

How does gh CLI compare to using the GitHub web interface for code review?

Using the gh CLI for code review removes the friction of switching contexts, allowing you to review pull requests, leave comments, and merge changes directly from the terminal for a faster, more consistent workflow.