gh-cli

Installation
SKILL.md

GitHub CLI

Use gh as a live interface to GitHub. Treat local command help and the official manual as the source of truth; flags change over time.

Workflow

  1. Confirm authentication and repository context before using mutating commands:

    gh auth status
    gh repo view --json nameWithOwner,defaultBranchRef,url
    
  2. Check the installed version and exact help for the command you plan to use:

Installs
16
First Seen
May 22, 2026
gh-cli — andreacovelli/my-skills