reviewer-model-lab
The IonWarp reviewer model lab. Per run: at most TWO trials against the newest review-study snapshot — trial 1 chases an open lead (or grading's top recommendation), trial 2 is one web-researched frontier candidate confirmed on OpenRouter. REPORT ONLY: it measures and recommends, and NEVER changes a pin — a model switch is an operator decision, proposed in the digest with its evidence.
Download reviewer-model-lab
⬇ reviewer-model-lab-a1fb433f3d0d.zip — 2 file(s), 61.7 KB — or the raw SKILL.md.
Content-addressed: the hash in the filename is the SKILL.md sha256, so an
unchanged skill always downloads byte-identical bytes from the same URL.
- Id:
skill.reviewer-model-lab - Name: reviewer-model-lab
- Category: model-lab
- Version: 1.0.0
- Content hash:
a1fb433f3d0d5f849e25a323db4b80c563bb8e539cb1b1d05e8a8b2628450974(sha256 ofSKILL.md— the SAME hash the platform records as this skill'sexecuted_hash, so what you download is what the platform executes)
Install
mkdir -p .claude/skills
curl -sSL https://ionwarp.com/docs/skills/reviewer-model-lab-a1fb433f3d0d.zip -o /tmp/reviewer-model-lab.zip
unzip -o /tmp/reviewer-model-lab.zip -d .claude/skillsProject-local. Use ~/.claude/skills instead to install it for every project. Or add the whole plugin at once — see the Plugin tab.
mkdir -p .codex/skills
curl -sSL https://ionwarp.com/docs/skills/reviewer-model-lab-a1fb433f3d0d.zip -o /tmp/reviewer-model-lab.zip
unzip -o /tmp/reviewer-model-lab.zip -d .codex/skillsCodex reads its instructions from AGENTS.md, so point that file at the skill once: See .codex/skills/reviewer-model-lab/SKILL.md for the reviewer-model-lab procedure.
mkdir -p .cursor/skills
curl -sSL https://ionwarp.com/docs/skills/reviewer-model-lab-a1fb433f3d0d.zip -o /tmp/reviewer-model-lab.zip
unzip -o /tmp/reviewer-model-lab.zip -d .cursor/skillsCursor reads AGENTS.md too, so the same one-line pointer wires it up: See .cursor/skills/reviewer-model-lab/SKILL.md for the reviewer-model-lab procedure.
Install IonWarp Plugin — every published IonWarp agent skill at once, and /plugin update to refresh them:
/plugin marketplace add https://ionwarp.com/docs/skills/marketplace.json
/plugin install ionwarp-pluginInstalling from the marketplace clones the source repository, so it needs repository access. The zip above and the raw URLs are the anonymous path — same bytes, same hash.
# one file
curl -sSL https://ionwarp.com/docs/raw/skills/ionwarp/reviewer-model-lab/SKILL.md -o SKILL.md
# every published skill, with the version hash to cache on
curl -sS https://ionwarp.com/docs/skills/index.jsonversion is the sha256 of SKILL.md and equals the hash the platform records
as this skill's executed_hash — identical version, identical bytes, no refetch.
What's in the download
Every file is individually fetchable — the raw URLs are in
/docs/skills/index.json.
Triggers
Trial {model} on {lens}
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
project_id | string | no | Dash project id (pr_...) to trial in. Defaults to the project the newest review-study snapshot recommends against. |