원클릭으로
benchmark
Run the full RLE benchmark suite (6 scenarios)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the full RLE benchmark suite (6 scenarios)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full post-run pipeline for RLE benchmark runs — leaderboard analysis vs baseline, failure taxonomy, story mining with verbatim verification, footage indexing, and X-ready video production. Use after any live run or model spread completes.
Run RLE against a live RimWorld colony with dashboard
Show current RLE project status
Run full test suite and lint
| name | benchmark |
| description | Run the full RLE benchmark suite (6 scenarios) |
| allowed-tools | Bash, Read |
| argument-hint | --ticks N --smoke-test --docker --runs N --sequential |
Run the RLE benchmark using provider/model from .env. Read .env first to determine the configuration.
# .env has PROVIDER, MODEL, PROVIDER_BASE_URL, OPENAI_API_KEY
source .env 2>/dev/null
python scripts/run_benchmark.py \
--no-think --visualize \
--output results/benchmark-latest/ \
$ARGUMENTS
If .env isn't configured or user specifies a provider, override with CLI flags:
python scripts/run_benchmark.py \
--provider openai \
--model <model> \
--base-url <url> \
--no-think --visualize \
--output results/benchmark-latest/ \
$ARGUMENTS
Key flags:
--smoke-test — Mock RIMAPI (no game needed)--docker — Use headless RimWorld container--runs N — Paired runs for statistical validity (N>=4 for leaderboard)--no-baseline — Skip baseline comparisonWhen complete, show the leaderboard and ask if results should be posted to a GitHub issue.