What problem does it solve?
This Skill removes friction when working with GitHub from the terminal by providing concise gh CLI commands to inspect pull requests, runs, issues, and releases so you can triage CI, manage issues, and publish releases without searching documentation.
Core Features & Use Cases
- CI and PR triage: Commands and examples to list workflow runs, view run details, and surface failed steps for rapid debugging.
- Issue management: Quick commands to list, view, create, and close issues across repositories.
- Advanced queries and releases: Guidance on using gh api, --json and --jq for structured output and creating or listing releases programmatically.
- Use Case: When a pull request's CI fails, use the provided commands to find the most recent run, inspect which steps failed, and collect logs for the author.
Quick Start
Check CI status for pull request 55 in owner/repo, open the related workflow run details, and retrieve the failed step logs.