gh-cli
Installation
SKILL.md
GitHub CLI Reference
Complete reference for gh, the official GitHub CLI.
Authentication
gh auth login # Interactive login (browser or token)
gh auth login --hostname enterprise.example.com # GitHub Enterprise
gh auth status # Check current auth
gh auth token # Print current token
gh auth refresh --scopes workflow # Add scopes
gh auth logout