원클릭으로
verify
Run the voksa acceptance battery and have the verifier subagent grade it from a fresh context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the voksa acceptance battery and have the verifier subagent grade it from a fresh context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | verify |
| description | Run the voksa acceptance battery and have the verifier subagent grade it from a fresh context. |
| disable-model-invocation | true |
Run the full acceptance battery, showing each command's real output as evidence. All commands run inside the nix dev shell in WSL; from a Windows-side session wrap each as:
wsl.exe -d Ubuntu --cd /home/dhilipsiva/projects/dhilipsiva/voksa -- bash -lc "nix develop --command <cmd>"
cargo nextest run --workspacecargo clippy --workspace --all-targets -- -D warningscargo fmt --all --checkwasm-pack build --release --target web crates/voksa-webThen invoke the verifier subagent, passing it the current phase's full acceptance-criteria list. Every criterion starts FAIL; only the verifier's own evidence flips one to PASS. Relay its PASS/FAIL table verbatim.
Do not declare the phase done unless the verifier's verdict is "all criteria PASS". If anything fails, fix and re-run /verify — never weaken a test or a criterion to make it pass.