What problem does it solve?
This Skill provides a comprehensive command-line interface for interacting with GitHub, streamlining workflows for developers and teams by automating repository management, issue tracking, pull requests, and CI/CD operations.
Core Features & Use Cases
- Repository Management: Create, clone, view, edit, and delete repositories.
- Issue & PR Workflow: Manage issues and pull requests, including creation, listing, editing, merging, and reviewing.
- CI/CD Automation: Interact with GitHub Actions, including viewing workflow runs, enabling/disabling workflows, and managing secrets/variables.
- Use Case: A developer can quickly create a new repository, push their code, open a pull request, and monitor its CI status, all without leaving their terminal.
Quick Start
Use the gh-cli skill to list all open pull requests in the current repository.