watch-pr
Installation
SKILL.md
Watch PR (Token-Conscious)
Watch a PR's reviews, comments, and CI with a background watcher that wakes Claude ONLY on real events — no foreground sleep loops, no context bloat. The watcher polls quietly in its own process; nothing enters context until something genuinely changed.
Usage
/phx:watch-pr 42 # watch reviews + comments + checks
/phx:watch-pr 42 --checks-only # CI only (delegates to gh pr checks --watch)
/phx:watch-pr 42 --fix # on actionable review, draft fixes too
/phx:watch-pr 42 --codex # + request Codex cloud review, loop until clean
/phx:watch-pr 42 --codex --codex-rounds 2 # cap re-review rounds (default 3)