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 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)
More from oocx/tfplan2md
git-rebase-main
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
24website-quality-check
Run a lightweight, repeatable quality checklist for the website (including style guide adherence).
19analyze-chat-export
Export and analyze VS Code Copilot chat logs for retrospective metrics. Extracts model usage, tool invocations, approval patterns, and timing data.
18agent-tool-selection
Guide for selecting appropriate VS Code Copilot tools when configuring agents, including environment-specific considerations.
17coding-agent-workflow
Standard workflow for GitHub Copilot coding agents including report_progress usage, delegation handling, and PR communication patterns.
17detect-diagram-crossings
Detect and analyze edge crossings and overlaps in SVG workflow diagrams using geometric intersection algorithms and visual analysis. Use when validating diagram layouts.
16