What problem does it solve?
This Skill streamlines everyday GitHub operations so you can check repository status, manage discussions, and inspect automation results without leaving the command line.
Core Features & Use Cases
- Pull Request Management: View PR details, check merge readiness, inspect reviews, and merge changes.
- Issue Operations: List, create, close, and triage issues with consistent CLI-driven workflows.
- CI and Workflow Monitoring: Review GitHub Actions runs, inspect failed logs, and rerun jobs when needed.
- API Querying: Pull structured repository data through GitHub API requests for reporting or automation.
- Use Case: A developer can quickly confirm whether a PR is ready, review failed checks, and post an update without opening the web UI.
Quick Start
Use the github skill to check the status of a pull request and summarize any failing CI checks.