github-cli
Installation
SKILL.md
GitHub CLI Skill
This skill provides comprehensive guidance for using the GitHub CLI (gh) to manage repositories, CI/CD workflows, issues, pull requests, and releases.
Prerequisites
ghCLI installed and authenticated- Run
gh auth statusto verify authentication
Core Operations
Repository Management
# List repositories
gh repo list [owner] --limit 50
gh repo list --source # Only source repos (not forks)
gh repo list --fork # Only forks