com um clique
ai-sdlc-4-validate
Verify repository readiness for release.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Verify repository readiness for release.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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