github
Installation
SKILL.md
GitHub CLI Reference
Use gh (GitHub CLI) for all GitHub operations. This skill provides correct command syntax to avoid trial-and-error.
Authentication
# Check current auth status
gh auth status
# Login (interactive)
gh auth login
# Refresh token with additional scopes
gh auth refresh -s read:project
Repositories
Related skills