CI Loop ( ) Unified CI watch + auto-fix loop. The orchestrator invokes this skill after Phase 4 ( ) returns a PR number. The skill polls required checks, classifies failures into mechanical vs semantic, attempts safe patches up to 3 iterations, and escalates semantic failures via AskUserQuestion. Quick Reference Trigger : Phase 4 PR-create returns a PR number, or an existing PR needs CI monitoring. Two phases, one skill : 1. Watch — Poll every 30s, classify required vs auxiliary via SSoT; exit on green/fail/timeout. 2. Auto-fix — On required-fail (exit 2), receive JSON handoff, run up to 3 pa…