Agent skill
watch-uat-azdo-pr
Watch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/watch-uat-azdo-pr-oocx-tfplan2md-uat
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 invokecalls; prefer the wrapper.
Actions
1. Watch the PR
scripts/uat-watch-azdo.sh <pr-id>
2. Optional: Tune polling interval / timeout
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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?