github
Installation
SKILL.md
GitHub CLI Skill
Quick Start
Authentication
# Interactive authentication (recommended)
gh auth login
# Check authentication status
gh auth status
# Login with token
gh auth login --with-token < token.txt
# Login to enterprise
gh auth login --hostname github.example.com