What problem does it solve?
This Skill streamlines your GitHub workflow by providing direct command-line access to manage issues, pull requests, CI runs, and perform advanced API queries, eliminating the need to switch to a web browser for many common tasks.
Core Features & Use Cases
- Pull Request Checks: Quickly verify the status of CI checks on a specific pull request.
- Workflow Run Management: List recent GitHub Actions workflow runs and inspect their details, including logs for failed steps.
- Advanced API Queries: Utilize
gh api for complex data retrieval and manipulation beyond standard subcommands.
- Use Case: When a pull request fails its CI checks, you can use this skill to immediately view the status and logs of the relevant workflow run to diagnose and fix the issue.
Quick Start
Check the CI status for pull request number 55 in the owner/repo repository.