What problem does it solve?
It helps you quickly find, review, and act on GitHub pull requests and issues without manually navigating GitHub’s UI, reducing time spent on status checks, checkout, and merge decisions.
Core Features & Use Cases
- Pull request discovery and viewing: List open PRs and inspect a specific PR’s details, including branch information and review status.
- CI/check status summaries: Run PR checks and present pass/fail results as a concise scannable status overview with URLs when failures exist.
- Action workflows: Checkout a PR branch and merge a PR using an appropriate strategy, with warnings when checks or reviews are missing.
- Issue triage: List open issues and optionally filter by assignment.
Example use case: You are preparing a merge and need to confirm CI is green, see who reviewed it, and then checkout or merge the correct PR.
Quick Start
Ask the skill to show your PR checks and review status for a specific pull request number, then help you merge once you confirm everything is passing.