What problem does it solve?
This Skill eliminates the hassle of switching between your terminal and GitHub's web interface, or scrolling through scattered official documentation, to find the correct GitHub CLI (gh) command syntax and flags for any GitHub operation.
Core Features & Use Cases
- Comprehensive Command Reference: Covers every core gh command group including authentication, repository management, issue and pull request operations, GitHub Actions, projects, releases, gists, codespaces, organization administration, and search functionality.
- Version-Specific Guidance: Tailored to gh CLI v2.85.0, with accurate, up-to-date examples for common and advanced tasks like creating draft PRs linked to issues, downloading GitHub Actions artifacts, or managing organization secrets.
- Use Case: A developer can quickly look up the exact command to merge a PR with squash strategy and auto-delete the source branch, or find the right flags to set a GitHub Actions secret for a specific production environment, without leaving their terminal workflow.
Quick Start
Use the gh-cli skill to look up the exact command to close a stale issue and add a comment explaining the closure reason.