con un clic
test-cleaner
Multi-phase test suite optimization with adversarial review
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Multi-phase test suite optimization with adversarial review
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Audit and set up a codebase for agentic AI development using the 16-principle manifesto
Reflect on the cycle and capture high-quality lessons for future sessions
Full-cycle orchestrator chaining all five phases with gates and controls
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Team-based TDD execution with adaptive complexity and agent delegation
Basado en la clasificación ocupacional SOC
| name | Test Cleaner |
| description | Multi-phase test suite optimization with adversarial review |
| phase | review |
Analyze, optimize, and clean a project's test suite through a multi-phase workflow with adversarial review. Produces machine-readable output and feeds findings into compound-agent memory.
Spawn multiple analysis subagents in parallel:
Synthesize analysis results into a refined optimization plan:
This is THE KEY PHASE -- the most important phase in the entire workflow. NEVER skip, NEVER rush, NEVER settle for "good enough."
Expose the plan to two neutral reviewer subagents:
Both reviewers challenge assumptions, identify risks, and suggest improvements.
Mandatory iteration loop: After each reviewer pass, if ANY issues, concerns, or suggestions remain from EITHER reviewer, revise the plan and re-submit to BOTH reviewers. Repeat until BOTH reviewers explicitly approve with ZERO reservations. Do not proceed to Phase 4 until unanimous, unconditional approval is reached.
This is the critical quality gate. Loop as many times as needed. The test suite must be bulletproof before execution begins.
Apply the agreed changes:
ERROR [file:line] type: descriptionREMEDIATION suggestions and SEE referencesgo test ./... with module/path filters)go test ./...) and linter (golangci-lint run ./...) after changesca learnAdapt test commands to the project's stack:
go test ./... with path filter)go test ./... for complete validationca search "test optimization" before startingca learn