What problem does it solve?
This Skill makes terminal-first GitHub interactions reliable by replacing brittle HTML scraping with authenticated API calls and concise CLI patterns, allowing retrieval and manipulation of pull requests, issues, releases, and repository metadata.
Core Features & Use Cases
- Authenticated API access: Run REST or GraphQL queries with automatic authentication, pagination, and structured JSON output for reliable data extraction.
- Pull request and issue workflows: List, view, create, and inspect PRs and issues including checks, diffs, comments, and metadata for code review and CI troubleshooting.
- Repository and release management: Inspect repository details, list and view releases, and clone repositories directly from the terminal for scripting and automation.
- Use Case: Summarize open pull requests across a repository to triage reviews, surface failing CI checks, and gather author information for follow-up.
Quick Start
List open pull requests for the repository owner/repo and summarize their numbers, titles, and authors.