# Watch Pr CI

> Watch a PR's CI until it is green, fixing what goes red.

- Skill: `sherifabdlnaby/watch-pr-ci` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sherifabdlnaby/watch-pr-ci`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sherifabdlnaby/watch-pr-ci/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-ci

---


# watch-pr-ci

Same contract as [watch-pr](../watch-pr/SKILL.md) (target PR, time budget, the sub-agent, the
verdict reactions), narrowed to CI: load the git skill and its watch reference, skip review-responses,
the flick and the existing-threads pass; reviews do not wake you and are not addressed. `forever`
here drops the budget and keeps `--until green`.

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

On a red check: debug from its link, fix, push, relaunch. On `DONE`: a one-line digest, what went
red and what fixed it.

