en un clic
ai-sdlc-4-validate
Verify repository readiness for release.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Verify repository readiness for release.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.
Basé sur la classification professionnelle SOC
| 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