with one click
ai-sdlc-4-validate
Verify repository readiness for release.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Verify repository readiness for release.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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
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.