What problem does it solve?
Waiting on pull request feedback normally means either manually refreshing GitHub or running foreground polling loops that flood the AI session with raw API output and burn context. This Skill runs a quiet background watcher that only surfaces genuinely new events — reviews, comments, CI conclusions, and Codex bot signals — so nothing enters context until something actually changed.
Core Features & Use Cases
- Background PR watching: Polls reviews, comments, and check status in a separate process, emitting one-line events only for new activity since a baseline timestamp.
- CI-only mode: Delegates to
gh pr checks --watch when you only need to know whether checks pass or fail after a push.
- Codex review loop: Optionally posts
@codex review triggers, detects bot acknowledgements and clean passes via reactions, and manages bounded re-review rounds.
- Use Case: After opening a PR on an Elixir/Phoenix project, start the watcher and keep working; when a reviewer comments or CI fails, the event arrives and routes to the appropriate fix or investigation workflow.
Quick Start
Ask the AI to watch pull request number 42 for new reviews, comments, and CI results using the phx-watch-pr skill.