What problem does it solve? Performing GitHub operations through the web UI is slow and hard to automate. This Skill provides complete command guidance for the GitHub CLI (gh), enabling scripted and terminal-based management of repositories, pull requests, issues, CI/CD workflows, and releases. ## Core Features & Use Cases - Repository & PR Management: Create, clone, fork, and configure repositories; create, review, merge, and checkout pull requests with full flag coverage. - CI/CD & Releases: Trigger and monitor GitHub Actions workflow runs, download artifacts, and publish releases with auto-generated notes and asset uploads. - Batch Automation: Use JSON output with jq filtering and xargs pipelines for bulk operations like closing labeled issues or merging Dependabot PRs. - Use Case: After pushing a feature branch, ask the agent to create a PR with auto-filled title, watch the CI checks, and squash-merge it once checks pass—all without leaving the terminal. ## Quick Start Use the github-cli skill to create a pull request from my current branch and show me the status of its CI checks.