← ClaudeAtlas

agent-benchmarklisted

Self-benchmark: YOU write the code, adversarial reviews it (multi-provider), you fix, you write tests, adversarial reviews tests, you fix. Measures YOUR quality as an agent. Run in different models (Opus, Sonnet, Haiku) and compare results.
greglas75/zuvo · ★ 6 · Code & Development · score 78
Install: claude install-skill greglas75/zuvo
# zuvo:agent-benchmark — Self-Benchmark You are the subject of this benchmark. YOU write the code and tests. Adversarial review (multi-provider) critiques your work between rounds. You fix based on findings. Run this skill in different models (Opus, Sonnet, Haiku) to compare agent quality. ## Argument Parsing | Flag | Effect | |------|--------| | `--quick` | Skip adversarial rounds (R1 code + R3 tests only, no fixes) | | `--no-tests` | Skip test rounds (R1 + R2 only) | | `--dry-run` | Print what would happen, don't execute | | _(no flags)_ | Full 4-round benchmark with adversarial | ## Mandatory File Loading Read these files before starting: ``` CORE FILES LOADED: 1. ../../shared/includes/benchmark-corpus/task-code.md -- READ/MISSING 2. ../../shared/includes/benchmark-corpus/task-tests.md -- READ/MISSING 3. ../../shared/includes/benchmark-scoring-rubric.md -- READ/MISSING 4. ../../shared/includes/run-logger.md -- READ/MISSING 5. ../../shared/includes/retrospective.md -- READ/MISSING ``` If any file is missing, stop. --- ## Setup 1. Detect current model: check `$CLAUDE_MODEL` or infer from context. Record as `agent_model`. Build a short slug using this table: | Model string contains | Slug | |----------------------|------| | `opus` | `opus` | | `sonnet` | `sonnet` | | `haiku` | `haiku` | | `gpt-5.4` or `codex` + `5.4` | `codex-5.4` | | `gpt-5.3` or `codex` + `5.3` | `codex-5.3` | | `g