What problem does it solve? After a pull request is opened, CI checks report and reviewers comment, but nothing tells you when to come back or what to do with each finding. This Skill reads everything the PR came back with and gives every check result and review comment an explicit disposition, so nothing is silently ignored or left floating. ## Core Features & Use Cases - CI verification: Watches checks once with gh pr checks --watch, reports green or red honestly, and reads failing job logs before theorizing. - Comment dispositioning: Reads every issue-level and inline review comment via the GitHub CLI and assigns each one apply, defer, or skip with a one-line reason. - Persistent triage record: Posts a ## Review triage table on the PR so the disposition survives the session and queue tooling can detect pending PRs. - Use Case: You opened a PR and a review bot left five inline comments plus one failing check. Run the triage to get a table proposing a disposition per comment, confirm it, apply the fixes as commits, file deferred items as tickets, and record the outcome on the PR. ## Quick Start Ask the assistant to triage the open pull request by checking its CI status and giving every review comment an apply, defer, or skip disposition with reasons.