What problem does it solve?
This Skill removes the friction of switching between the GitHub web interface and manual API calls for routine repository management tasks, cutting down on context switching and repetitive work.
Core Features & Use Cases
- Authentication Management: Quickly check and configure your gh CLI login status.
- PR & Issue Triage: List, view, and filter open/merged pull requests and issues with custom JSON output.
- Inline Code Review: Access line-level review comments on pull requests directly from the terminal.
- GitHub Automation: Manage Actions runs, releases, and execute custom API requests with built-in pagination and output filtering.
- Use Case: A developer can use this Skill to quickly pull all open PRs for their team's repository, filter for PRs updated in the last 24 hours, and view inline review comments without opening the GitHub web UI.
Quick Start
Use the gh-cli skill to list all open pull requests for the current repository along with their titles, authors, and last update timestamps.