Unified test-fix orchestrator that combines test planning generation (Phase 1-4) with iterative test-cycle execution (Phase 5) into a single end-to-end pipeline. Creates test sessions with progressive L0-L3 test layers, generates test tasks, then executes them with adaptive fix cycles until pass rate >= 95% or max iterations reached.
Full pipeline and execute-only modes are triggered by skill name routing (see Mode Detection). Workflow preferences (auto mode) are collected interactively via AskUserQuestion before dispatching to phases.
Full pipeline (workflow:test-fix-gen): Task description or session ID as arguments → interactive preference collection → generate + execute pipeline Execute only (workflow:test-cycle-execute): Auto-discovers active session → interactive preference collection → execution loop
Pipeline unificata di correzione dei test che combina la generazione di test (sessione, contesto, analisi, generazione di attività) con l'esecuzione iterativa del ciclo di test (strategia adattiva, test progressivo, fallback CLI). Si attiva su "workflow:test-fix-gen", "workflow:test-cycle-execute", "test fix workflow". Fonte: catlog22/claude-code-workflow.