원클릭으로
ai-sdlc-4-validate
Verify repository readiness for release.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify repository readiness for release.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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