Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands.
Instalación
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.
Convert acceptance criteria into a concrete validation/test plan. Use when Codex should turn backlog/spec acceptance criteria into unit/integration/e2e test ideas and update the task/spec validation section with relevant commands.
Acceptance → Tests
Do
Rewrite each acceptance criterion as a verifiable check.
Map checks to test types:
Unit: pure logic and edge cases
Integration: components + state + API boundaries
E2E: user flows and regressions
Update the # Validation section in tasks with the most relevant commands: