What problem does it solve?
This Skill provides concise, actionable guidance for performing GitHub repository and collaboration tasks from the command line, removing guesswork and reducing context switching between terminal and web UI.
Core Features & Use Cases
- Authentication & Account Management: Check and switch auth contexts, refresh tokens, and handle multiple accounts for local development and CI.
- Pull Request & Issue Workflows: Create, list, review, merge, and close pull requests and issues with recommended flags and JSON output patterns for scripting.
- CI / Actions & Repo Management: Inspect workflow runs, view logs, rerun failed jobs, manage secrets/variables, and perform repo operations like fork, clone, and release management.
- Use Case: A developer troubleshooting a CI failure can quickly authenticate, list failing runs, view logs, and re-run specific jobs without leaving the terminal.
Quick Start
Use the gh-cli skill to create a new pull request from the current branch with a clear title and body and open it in the browser for final review.