verify-eval-review

verify-eval-review is a skill for Claude Code from easyinplay/harnessed. It costs 116 tokens per session (1,366 once invoked), scanned A, original, Apache-2.0.

A conditional review workflow for checking whether an AI feature has enough evaluation coverage. It compares the implementation with the planned evaluation areas and records each one as covered, partly covered, or missing in EVAL-REVIEW.md.

In plain words
What is it for?
Use it after implementing an AI phase to audit its planned evaluations and document the remaining gaps.
Why use it?
It helps reveal when an AI feature was built without testing all the quality dimensions promised in its plan.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents; names the AskUserQuestion tool; mentions Claude Code.

Good fit Use it after implementing an AI phase to audit its planned evaluations…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/easyinplay/harnessed/eval-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add easyinplay/harnessed --skill eval-review
Clone the repo
git clone --depth 1 https://github.com/easyinplay/harnessed

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for verify-eval-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/easyinplay/harnessed/eval-review.svg)](https://agentmods.dev/skills/easyinplay/harnessed/eval-review)
Your own site
<a href="https://agentmods.dev/skills/easyinplay/harnessed/eval-review"><img src="https://agentmods.dev/badge/skills/easyinplay/harnessed/eval-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00116 $0.01366
Opus 5 $0.00058 $0.00683
Sonnet 5 $0.00023 $0.00273
Haiku 4.5 $0.00012 $0.00137

Measured 6d ago against content hash 79c86882345f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

verify-eval-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workflows/verify/eval-review/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

verify-eval-review workflow (v3)

Overview

1-phase sub-workflow auditing AI phase eval coverage (v13.0 P42 upstream re-sync — D-04 Stage ④ Verify conditional sub + GSD eval-review wire)。Pairs with the plan-side gsd-ai-integration-phase (AI-SPEC.md eval strategy): verify 侧回查实现是否真覆盖规划的 eval 维度,产出 EVAL-REVIEW.md (逐维度 COVERED/PARTIAL/MISSING)。

phase id upstream model capability gate
1 01-eval-review gsd sonnet {{ capabilities.gsd-eval-review.cmd }} judgments.stage-routing.verify-eval-review-aiphase.fires

Per-phase config loads from workflows/verify/eval-review/workflow.yaml; engine 4-level gate resolver evaluates phase.has_ai_phase == true via expr-eval — true 则 invoke GSD /gsd-eval-review (eval 覆盖审计 → EVAL-REVIEW.md), false 则 skip。

Capability refs

Sister workflows/capabilities.yaml entries:

  • gsd-eval-review — Bucket 2 special-purpose (impl: gsd, cmd: /gsd-eval-review, fires_when: has_ai_phase)

Gate ref

Sister workflows/judgments/stage-routing.yaml:

  • verify-eval-review-aiphase.firesphase.stage == 'verify' and phase.has_ai_phase == true

How to invoke

!harnessed checkpoint intent verify-eval-review

The banner above (when present) means this invocation is REGISTERED with the engine (an intent marker) — not yet compliant: the steps below (prompt → spawn → checkpoint complete) resolve it, and a per-turn <workflow-intent> reminder persists until they run.

The numbered sequence below is the state machine — execute it with Bash. Do NOT improvise an equivalent flow from the Overview above: freelancing bypasses the engine (no ledger, no evidence guard). harnessed gives you the spawn-ready prompt; YOU spawn the subagent with a CC-native Task / Agent tool (keeps the session responsive + lets clarification round-trips reach the user).

Do NOT pipe to harnessed run verify-eval-review — that is the CI/headless path (in-process SDK spawn that blocks the session inside Claude Code).

Read the full file on GitHub · 77 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 77 lines · 116 tokens per session scan A 79c86882345f

Subscribe to this mod's changes

verify-eval-review is a skill published in the GitHub repository easyinplay/harnessed (2 stars, last pushed 11d ago), licensed Apache-2.0. It adds 116 tokens to every session and 1,366 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

prompt-testing

Use when comparing two prompt variants, defining quality/efficiency/robustness metrics, or deciding whether to adopt a challenger prompt over a baseline.

fusengine/agents · 33 tokens

harness:health

Use when the user wants to check dataset quality, diagnose eval issues, or before running evolve. Checks size, difficulty distribution, dead examples, coverage, and splits. Auto-corrects issues found.

raphaelchristi/harness-evolver · 45 tokens

verify

Verify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs, or after fixing bugs.

oliver-kriska/claude-elixir-phoenix · 33 tokens

lab:autoresearch

Self-improving loop for plugin skills. Reads program.md, proposes one mutation per iteration, evaluates against deterministic scorer, keeps improvements via git, reverts failures. Targets weakest skill+dimension. Use with /loop for overnight runs.

oliver-kriska/claude-elixir-phoenix · 52 tokens

ai-workflow-architect

Designs AI systems, automations, and agent workflows for a business — identifying which manual work is worth automating, how to structure the system, which tools fit, and what could go wrong. Use this to automate part of an operation, design an agent or MCP workflow, reduce repetitive manual work, connect tools into a…

cbrock84/headcount · 89 tokens

ai-ml-governance

Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory…

cbrock84/headcount · 83 tokens