watch-uat-azdo-pr

Installation
SKILL.md

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.
Installs
16
Repository
oocx/tfplan2md
GitHub Stars
167
First Seen
Feb 28, 2026
watch-uat-azdo-pr — oocx/tfplan2md