con un clic
ai-sdlc-4-validate
Verify repository readiness for release.
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ú
Verify repository readiness for release.
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.
Basado en la clasificación ocupacional SOC
Initialize or align a repository for AI-SDLC based on the intended system.
Implement the current use case using strict TDD.
Create or update a minimal use case specification.
Determine minimal architecture components for the current use case.
Verify or collaboratively define the deployment workflow.
| name | ai-sdlc-4-validate |
| description | Verify repository readiness for release. |
Verify that the repository is release-ready.
Focus on checking existing artifacts.
docs/TASKS.md
docs/PROJECT.md
Run
pytest -q tests/unit tests/integration
Verify:
Check:
tests/e2e/
Extend existing tests if needed.
Create tests only if none exist.
Check:
Dockerfile
Verify the container builds and starts the application.
Create only if missing.
Check:
.github/workflows/ci.yml
CI should run:
Create only if missing.
Check:
.github/workflows/release.yml
Verify it:
Create only if missing.
Unit and integration tests pass.
Repository verified.
Update:
docs/TASKS.md
Set:
PHASE → 4