gh-cli

Manage repositories, issues, pull requests, and GitHub Actions via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference and operational guide for the GitHub CLI (gh), enabling users to manage repositories, issues, pull requests, and more directly from their terminal, streamlining GitHub workflows.

Core Features & Use Cases

  • Repository Management: Create, clone, list, view, edit, and delete repositories.
  • Issue & PR Handling: Create, list, view, edit, merge, close, and comment on issues and pull requests.
  • GitHub Actions: Manage workflow runs, view workflow details, and handle secrets/variables.
  • Use Case: Quickly create a new repository, set up its initial branch, and push your local project with a single command sequence guided by this Skill.

Quick Start

Use the gh-cli skill to create a new public repository named 'my-awesome-project' with a description 'A project for demonstrating gh-cli'.

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 from the command line?

You can manage GitHub pull requests from the command line by using the gh CLI to create, list, view, edit, merge, close, and comment on pull requests directly within your terminal workflow.

Can I trigger and manage GitHub Actions workflows from the terminal?

Yes, you can manage GitHub Actions from the terminal by using the gh CLI to view workflow runs, check workflow details, and handle repository secrets and variables without leaving the command line.

What is the best way to create and manage GitHub repositories without using the web interface?

The best way to manage GitHub repositories without the web interface is using the gh CLI, which allows you to create, clone, list, view, edit, and delete repositories directly from your terminal.

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

Yes, you must install and authenticate the gh CLI tool separately before using this command-line reference, as it requires an authenticated gh environment to interact with your GitHub repositories and issues.

How does GitHub CLI integration streamline software development workflows?

GitHub CLI integration streamlines software development workflows by consolidating repository management, issue tracking, and pull request handling into terminal commands, reducing context switching between your code editor and the browser.