← ClaudeAtlas

istio-iteration-looplisted

Orchestrator skill that runs the full push → Oracle → rollout → tune cycle for the variation-istio-split-brain task (<TASK_ID>) until Oracle scores 1.0 and rollout avg < <TARGET_MEAN> with both subscores varying and decorrelated. Delegates to istio-task-guardian, istio-validation-debugger, and istio-score-tuner at the right phases. The live red-team (horizon-agentic-reviewer) is DISABLED by user directive and is never invoked. The agent executes every step except triggering the rollout/eval batch.
omonuj/claude-horizon-skills · ★ 0 · AI & Automation · score 62
Install: claude install-skill omonuj/claude-horizon-skills
# istio-iteration-loop ## Execution Mode — FULLY AUTONOMOUS **NEVER call `ask_user` or pause for confirmation at any point.** Run every phase, command, and fix without asking. If a decision has two valid paths, pick the safer one. The user triggered this skill to avoid being prompted — do not interrupt them. ## Goal Drive variation-istio-split-brain from "needs work" to "shippable" with no human step except triggering the rollout batch. Done when all exit conditions hold; until then each cycle picks the right specialist for the symptom and applies the smallest safe fix. ## Trigger "Iterate the istio task until it passes"; "push and tune until avg < <TARGET_MEAN>"; "run the full loop on variation-istio-split-brain"; anything implying repeated push → validate → analyze → fix. For single steps, invoke the specialist directly. ## Task Identity | Field | Value | |---|---| | **Task UUID** | `<TASK_ID>` | | **Slug / path** | `variation-istio-split-brain` / `tasks/variation-istio-split-brain/` | | **Horizon root** | `/Users/mac/Documents/tasks` | | **Venv** | `source /Users/mac/Documents/tasks/horizon_env/bin/activate` | ## Who does what The agent executes everything except **triggering the eval batch in the Horizon UI** (the only user step). Never tell the user to push/validate/pull — those are yours. ## Exit conditions (all, same version) 1. Oracle `passed: true, score: 1.0`, both subscores `=1` 2. ~~Live red-team~~ — **DISABLED (user directive). The live red-team is nu