moai-workflow-ci-watch
Installation
SKILL.md
CI Watch Loop (moai-workflow-ci-watch)
Quick Reference
Automatically invoked after /moai sync creates a PR. Polls gh pr checks
every 30 seconds, classifies required vs auxiliary failures using the SSoT at
.github/required-checks.yml, and presents a ready-to-merge decision report.
Trigger: After /moai sync Phase 4 PR-create step completes.
Exit paths: all-pass (ready-to-merge) | required-fail (T3 handoff) | 30-min timeout.
One-liner
# Orchestrator invokes via Bash tool after gh pr create returns PR number.
MOAI_CIWATCH_GH=gh sh scripts/ci-watch/run.sh <PR_NUMBER> <BRANCH>
State Machine
Related skills