gh
Installation
SKILL.md
GitHub CLI (gh)
GitHub functionality in the terminal.
Repository Management
gh repo view # View current repo
gh repo view owner/repo # View specific repo
gh repo view --web # Open in browser
gh repo clone owner/repo # Clone repository
gh repo fork # Fork current repo
gh repo create name # Create new repo
gh repo create name --private # Create private repo
gh repo list # List your repos
gh repo list owner # List user/org repos
gh repo sync # Sync fork with upstream