gh-cli
Installation
SKILL.md
GitHub CLI (gh)
Work seamlessly with GitHub from the command line.
Version: 2.85.0
Preference
Clone repos via SSH (git@github.com:...), not HTTPS.
Quick Start
# Authenticate
gh auth login
# Clone and work with repositories
gh repo clone owner/repo
cd repo