# Watch Uat Azdo Pr

> Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed. Use when this capability is needed.

- Skill: `tomevault-io/watch-uat-azdo-pr` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/watch-uat-azdo-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/watch-uat-azdo-pr/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/watch-uat-azdo-pr

---


# Watch UAT PR (Azure DevOps)

## Purpose
UAT polling is historically brittle. This skill standardizes the watch loop so the agent can reliably wait for Maintainer feedback/approval using a single stable command.

This skill uses the repo wrapper script `scripts/uat-watch-azdo.sh`, which repeatedly calls `scripts/uat-azdo.sh poll` until:
- PR status becomes `completed`, or
- an approval vote is detected, or
- approval keywords are detected in non-agent comments, or
- a timeout is reached.

## Hard Rules
### Must
- Use `scripts/uat-watch-azdo.sh` (single stable command).
- Prefer reviewer votes / PR completion as the strongest approval signal.

### Must Not
- Spam threads or post follow-ups while waiting.
- Run many ad-hoc `az`/`az devops invoke` calls; prefer the wrapper.

## Actions

### 1. Watch the PR
```bash
scripts/uat-watch-azdo.sh <pr-id>
```

### 2. Optional: Tune polling interval / timeout
```bash
scripts/uat-watch-azdo.sh <pr-id> --interval-seconds 60 --timeout-seconds 3600
```

## Output
- Exit code `0`: approval detected / PR completed (treat as pass)
- Exit code `1`: timed out (treat as incomplete; ask Maintainer)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/oocx) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

