agent-benchmark

Solid

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.

Code & Development 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
greglas75
Repository
greglas75/zuvo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category