What problem does it solve?
This Skill provides a concise, actionable command-line reference and usage guidance so developers and maintainers can manage GitHub repositories, issues, pull requests, Actions, releases, gists, codespaces and projects without leaving the terminal.
Core Features & Use Cases
- Authentication & Setup: Interactive and token-based login, manage hosts, and configure git credential helpers.
- Repository Operations: Create, clone, fork, edit, rename, archive, sync, and view repositories with scripting-friendly outputs.
- Issues & Pull Requests: Create, list, view, comment, review, checkout, merge, and manage PR lifecycle and issue workflows.
- CI/CD and Actions: List and inspect workflow runs, view logs, rerun or cancel runs, manage secrets, caches, and run workflows manually.
- Codespaces, Releases & Gists: Create and manage codespaces, publish and download releases with assets, and create or edit gists.
- Use Case: A maintainer can authenticate, list failing workflow runs, reopen a branch, create a pull request, and merge it using scripted gh commands for CI troubleshooting and release preparation.
Quick Start
Use the gh-cli skill to authenticate to GitHub, list open pull requests in the current repository, and show their status.