What problem does it solve? Open pull requests accumulate failing checks, review comments, merge conflicts, and stale bases that require constant manual monitoring. This Skill handles one pull request attention event end to end by reading the watcher digest, triaging each item, delegating fixes, and verifying resolution against live GitHub state. ## Core Features & Use Cases - Digest-driven triage: Reads the deterministic watcher digest containing check statuses, review decisions, unresolved threads, and merge state instead of re-fetching broad PR context. - Delegated fixing: Routes real check failures, comments, reviews, threads, and merge conflicts to a single pr-fix subagent call with scoped worklists and answer tokens. - Agent-side actions: Reruns flaky checks, rebases stale branches, re-arms auto-merge, and escalates closed-unmerged pull requests. - Use Case: A CI check fails on your open PR overnight. The watcher wakes this Skill, which classifies the failure as a flake, reruns the check, re-observes the PR to confirm it cleared, and exits. ## Quick Start Ask the agent to run pr-monitor once for your project to triage the current pull request attention items and delegate any fixes.