wise-pr-watch-autolisted
Install: claude install-skill e1024kb/wise-claude
# /wise-pr-watch-auto — autonomous CI watch + bulk-fix loop
Before asking any user question, read and follow the
[question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open).
Keep asynchronous prompts open until answered; this rule does not authorize
questions in autonomous or otherwise prompt-free procedures.
## Why this skill exists
`/wise-pr-watch` is a long interactive loop that walks review queues
with the user. An unattended pipeline cannot stop to ask.
`/wise-pr-watch-auto` runs the same job as a **round loop** the Lead
Architect persona drives alone:
```
settle → gather → bulk-fix → push → re-review window → (settle …) → merge
```
One push per round, every handled thread resolved before that push,
every wait a linear 2-minute poll that re-reads the PR state and the
human-comment gate. It ends when a settled head has nothing actionable,
never at "the bot posted another nit".
Copilot and CodeRabbit are review *inputs*, not merge gates. When one is
down the loop substitutes wise's own review
(`review-fallback-auto.md`), records it, and keeps going.
## Arguments
Read `$ARGUMENTS` and split into whitespace-separated tokens:
- `--profile <low|medium|max>` — per-run override of the session
token-budget profile.
- `--minutes <n>` — wall-clock budget for the whole run (default 120).
`n` must be an integer in `1..1440` (one minute to one day). The loop
stops with `exhausted reason=wall-clock` when it runs out.
- The first remai