watch-uat-azdo-pr

Watch UAT PR (Azure DevOps)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "watch-uat-azdo-pr" with this command: npx skills add oocx/tfplan2md/oocx-tfplan2md-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

scripts/uat-watch-azdo.sh <pr-id>

  1. 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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

website-devtools

No summary provided by upstream source.

Repository SourceNeeds Review
-13
oocx
General

arc42-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
-50
oocx
General

git-rebase-main

No summary provided by upstream source.

Repository SourceNeeds Review
-20
oocx