What problem does it solve?
This Skill provides a practical reference for GitHub CLI operations, reducing manual command recall and accelerating common tasks such as managing repos, issues, PRs, and releases.
Core Features & Use Cases
- Repositories: create, clone, view, fork, and manage repositories from the terminal.
- Issues & Pull Requests: create, list, view, comment, close, merge, and review PRs.
- Releases & Actions: create releases, view status, and monitor workflow runs.
- Automation: batch operations and scripting to streamline typical GitHub workflows.
Use Case: When you need to perform routine GitHub maintenance for a project, you can perform repo setup, issue triage, PR management, and release tasks without leaving the command line.
Quick Start
Install and authenticate the GitHub CLI, then begin managing a sample repository from the terminal.