# Watch Pr Comments

> Watch a PR's reviews and comments and answer them as they land.

- Skill: `sherifabdlnaby/watch-pr-comments` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sherifabdlnaby/watch-pr-comments`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sherifabdlnaby/watch-pr-comments/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: sherifabdlnaby (https://skillmd.com/u/sherifabdlnaby)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sherifabdlnaby/watch-pr-comments

---


# watch-pr-comments

Same contract as [watch-pr](../watch-pr/SKILL.md) (target PR, time budget, the flick for drafts, the
existing-threads pass, the sub-agent, the `humans` word), narrowed to reviews. CI is not yours here:
a red check does not wake you, and green is not a stop.

```
python3 <git-skill-dir>/scripts/pr-watch.py watch --pr <N> --repo <OWNER/REPO> --watcher <id> --until closed --on review,comment,state --max-total <s>
```

Address `BOTREVIEW` items as they land, human comments per the watch-pr rule. On `DONE`: digest of
what was answered, what was pushed back on, what waits on me.

