wise-pr-watch-autolisted
Install: claude install-skill e1024kb/wise-claude
# /wise-pr-watch-auto — autonomous CI watch + fix loop
## Why this skill exists
`/wise-pr-watch` is a long interactive loop — it escalates test/other
fixes and walks four review queues with the user. An unattended
ticket→PR pipeline can't stop to ask. `/wise-pr-watch-auto` drives the
same CI-poll → classify → fix → commit → push loop, waits for the
review bots to finish, and addresses every bot review comment
autonomously — classified by severity, minors fixed quickly,
major/critical ones via a considered consolidated decision, false
positives dismissed with a reasoned reply: the Lead Architect persona
makes every call, no `AskUserQuestion`. It is also the reusable
building block the `ticket-auto` workflow's watch step follows.
## Arguments
Read `$ARGUMENTS`. The first whitespace-separated token, if present,
is `max_fix_attempts` — the cap on commit-producing fix rounds before
the loop stops. Default 10 when absent. Ignore anything else.
## Procedure
### 1. Verify a PR exists for the current branch
```bash
git rev-parse --show-toplevel
git rev-parse --abbrev-ref HEAD
gh pr view --json number,url
```
If `gh pr view` fails (no PR for this branch), stop with a clear
message pointing at `/wise-pr-create-auto`.
### 2. Follow the shared fragment
Read `${CLAUDE_PLUGIN_ROOT}/workflows/ticket-auto/prompts/watch-pipelines-auto.md`
and follow it end to end with `pr_number`, `pr_url`, `current_branch`,
`project.path` (the toplevel), and `max_fix_attempts`.
### 3. Relay the ver