What problem does it solve?
Keeping track of pull request health, review feedback, and issue mentions across a GitHub repository requires constant manual checking. This Skill automates that triage using the gh CLI and local git as the source of truth, so you get accurate, live answers about PR readiness, blockers, and open review comments.
Core Features & Use Cases
- PR Health Checks: Identify the active PR from the current branch and report checks, review decision, merge state, and blockers in a compact status format.
- Review Comment Triage: List open review comments grouped by reviewer with actionable summaries, including CodeRabbit bot feedback and GraphQL thread inspection when counts disagree with the UI.
- Issue & Mention Tracking: Search assigned issues and mentions for any GitHub login via the search API, with exact context from issue comments and timelines.
- Use Case: Ask for a status update before standup and receive a compact report like "PR #1234: checks pass, review required, merge blocked by pending reviewer" without opening a browser.
Quick Start
Check the status of the pull request for my current branch and summarize any open review comments.