원클릭으로
verify
Run tests and build checks across the intelligent-oracle project. Use after making changes to validate nothing is broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run tests and build checks across the intelligent-oracle project. Use after making changes to validate nothing is broken.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design, deploy, and monitor a GenLayer Intelligent Oracle prediction market from any coding agent. Use when a user wants to create a settled-by-web-evidence prediction market without opening the web UI.
Deploy GenLayer intelligent contracts using the deployment script. User-invoked only.
Write and run fast direct-mode pytest tests for this repo's GenLayer intelligent contracts.
Use the GenLayer CLI to inspect, interact with, and debug this repo's intelligent contracts.
Validate this repo's GenLayer intelligent contracts with the GenVM linter.
Run or design live-environment GenLayer tests for this intelligent-oracle repo.
| name | verify |
| description | Run tests and build checks across the intelligent-oracle project. Use after making changes to validate nothing is broken. |
Run the following verification steps and report results:
Root app lint, typecheck, tests, and build:
npm run check
Production dependency audit:
npm audit --omit=dev
Python contract tests, optional when the GenLayer test environment is available:
python3 -m venv .venv && . .venv/bin/activate && python -m pip install -r test/requirements.txt -q && python -m pytest test/ -v
Report a summary of pass/fail for each step. If any step fails, show the relevant error output. Do not run deployment commands as part of routine verification.