github-cli

Reference GitHub CLI commands for repository workflows and scripting automation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/usesofia/agents-toolkit --skill github-cli-usesofia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/usesofia/agents-toolkit/tree/main/skills/github-cli
Command: npx skills add https://github.com/usesofia/agents-toolkit --skill github-cli-usesofia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub CLI (gh) provides a comprehensive, centralized reference to perform GitHub operations from the terminal, enabling developers to learn and execute commands without context switching.

Core Features & Use Cases

  • Extensive command reference covering authentication, issues, pull requests, repositories, workflows, gists, releases, and organizations.
  • Step-by-step examples and command structures that map directly to real-world tasks in software development and project management.
  • Use Case: A developer can set up a new repository, create a PR, and monitor runs entirely from the command line.

Quick Start

Explain the most common gh commands for a typical repo workflow and demonstrate a start-to-finish clone and status check.

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

You can manage GitHub pull requests and repositories from the command line using GitHub CLI commands to create PRs, clone repositories, and monitor workflow runs without context switching. The Skill provides step-by-step structures for real-world tasks.

What GitHub CLI commands are needed for a typical repository workflow?

A typical GitHub CLI repository workflow uses commands to set up a repository, create a pull request, and monitor workflow runs. The Skill demonstrates a start-to-finish clone and status check to accelerate these development operations.

Can I use GitHub CLI for scripting automation in software development?

Yes, you can use GitHub CLI for scripting automation in software development. It provides an extensive command reference for issues, gists, releases, and organizations, enabling teams to map command structures directly to automated project management tasks.

Does GitHub CLI support monitoring workflow runs and managing organizations?

GitHub CLI supports monitoring workflow runs and managing organizations through its comprehensive command reference. Developers can execute these GitHub operations directly from the terminal, streamlining project management and repository workflows.

What is the best way to look up GitHub CLI command references for issues and releases?

The best way to look up GitHub CLI command references for issues and releases is using a centralized terminal guide. It provides quick command lookup for authentication, gists, and repositories, preventing context switching during development.