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
Canal unificado de corrección de pruebas que combina la generación de pruebas (sesión, contexto, análisis, generación de tareas) con la ejecución iterativa del ciclo de pruebas (estrategia adaptativa, pruebas progresivas, respaldo de CLI). Activadores en "workflow:test-fix-gen", "workflow:test-cycle-execute", "test fixflow". Fuente: catlog22/claude-code-workflow.