What problem does it solve?
This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, and CI/CD pipelines directly from your command line.
Core Features & Use Cases
- Issue Management: Create, list, and close GitHub issues.
- Pull Request Operations: List, view, check status, and merge pull requests.
- CI/Workflow Monitoring: View CI run status and logs, re-run failed jobs.
- API Queries: Fetch repository data, labels, and stats using the GitHub API.
- Use Case: You need to quickly check the status of all open pull requests for a specific repository and ensure their CI checks are passing before merging.
Quick Start
Use the github skill to list all open pull requests for the 'owner/repo' repository.