What problem does it solve?
This Skill streamlines interactions with GitHub repositories, allowing for efficient management of pull requests, issues, and continuous integration runs directly from the command line.
Core Features & Use Cases
- Pull Request Checks: Monitor the CI status of specific pull requests.
- Workflow Run Management: List recent CI/CD workflow runs and inspect their details, including logs for failed steps.
- Advanced API Queries: Utilize
gh api for custom data retrieval beyond standard subcommands.
- Use Case: Quickly check if a pull request's automated tests are passing before merging, or diagnose a failed deployment by viewing the relevant workflow run logs.
Quick Start
Use the github skill to check the CI status of pull request number 55 in the owner/repo repository.