gh-cli

Reference GitHub CLI commands for managing repositories, issues, and pull requests.

1|Updated Jan 30, 2023
One-click install
npx skills add https://github.com/ncksol/ravebot --skill gh-cli-ncksol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/ncksol/ravebot/tree/main/.github/skills/gh-cli
Command: npx skills add https://github.com/ncksol/ravebot --skill gh-cli-ncksol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI (gh) usage guidance is centralized to help developers quickly learn and reference commands, flags, and workflows for managing GitHub resources from the terminal.

Core Features & Use Cases

  • Quick command lookups for repositories, issues, pull requests, workflows, and actions.
  • Contextual usage examples across common scenarios to accelerate day-to-day GitHub automation.
  • Onboarding guidance for new users to gh, including best practices and common patterns.

Quick Start

Start by running gh help to see the command tree and get started with your GitHub tasks.

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 repositories and pull requests from the command line?

You can manage GitHub repositories and pull requests from the command line using the GitHub CLI (gh). This skill provides command syntax, examples, and best practices for automating these workflows directly from your terminal.

What is the GitHub CLI used for in software development?

The GitHub CLI (gh) is used for managing GitHub resources like repositories, issues, pull requests, and workflows from the terminal. It centralizes usage guidance to help developers quickly learn and reference commands for daily automation.

How do I get started with the gh command-line tool?

To get started with the gh command-line tool, run the `gh help` command to see the command tree. This skill also provides onboarding guidance, including best practices and common patterns for new users.

Can I use the GitHub CLI to automate workflows and actions?

Yes, you can use the GitHub CLI to automate workflows and actions. This skill offers quick command lookups and contextual usage examples across common scenarios to accelerate your day-to-day GitHub automation tasks.

Do I need any specific scripts or directories to use this GitHub CLI reference?

No specific scripts or directories are required. The skill relies on a Markdown body with operational instructions and YAML frontmatter, while optional directories like scripts/, references/, and assets/ can augment the skill if needed.