What problem does it solve?
GitHub operations and workflows can be time-consuming when performed across multiple repos and teams. This Skill consolidates the GitHub CLI reference, enabling quick lookup and command syntax understanding to streamline development workflows.
Core Features & Use Cases
- Comprehensive command reference: Covers authentication, repository, issue, PR, release, gist, codespaces, workflows, and project operations.
- Workflow automation guidance: Provides examples for common tasks such as creating PRs, cloning repositories, and managing issues from the command line.
- Use Case: A developer wants to automate repository onboarding for a new project by scripting gh commands to create repos, label issues, and assign reviewers.
Quick Start
Start by authenticating with gh, then list repositories, and explore issues or PRs with simple commands:
- gh auth login
- gh repo list
- gh issue list
- gh pr list
- gh run list