Evaluate the system

SkillDev tools

Lets your agent run an evaluation suite on an AI Analyst configuration and compare score changes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Evaluate the system skill

About this capability

Evaluate a named AI Analyst configuration across a frozen suite. Use when the user asks to run an eval suite, compare a change, inspect system accuracy, or run working or heldout capability and regression cases.

What this skill tells your AI

The instructions your AI receives, as published by ai-analyst-lab/ai-analyst in .claude/skills/eval/SKILL.md and read by ahel’s review.

Before running

Name the exact system under test. Record its model, instructions, skills, agents, helpers, knowledge, workflow, tools, connector configuration, and data snapshot.

Use one of these modes honestly:

  • Working mode supports iteration. Its references may be visible to the evaluator, but never to the child trial before its output is locked.
  • Course heldout mode sends locked outputs to the course-controlled grader. The expected results do not live in the student clone.
  • A local visible answer file is development material. Do not call it a secret heldout evaluation.

Run

  1. Load the question-only manifest from data/evals/public/.
  2. Select the exposure, purpose, named cases, and any slice before the run starts. Exposure is working or heldout. Purpose is capability or regression. Do not treat these as one dimension.
  3. Use helpers.evals.controller.EvaluationController to launch and record the trials.
  4. Give each trial only its public task, permitted system files, permitted data, and permitted tools.
  5. Lock every trial output before grading begins.
  6. Grade deterministic criteria first. Keep model-based grades separate.
  7. Preserve pass, fail, blocked, error, invalid, and unknown as different results.
  8. Report every case and slice before discussing the aggregate.

The local controller is available through python3 -m helpers.evals.cli run-suite. Use --model claude-opus-4-6, --exposure, optional --purpose, and repeated --case-id arguments when selecting a subset. General code access is not required for routing or contract cases. When local data analysis requires --allow-code, state that local process isolation is not the same as course-heldout answer isolation.

For a reviewed working suite with local references, lock the trial outputs first, then grade them with python3 -m helpers.evals.cli grade-suite. Pass the run ID, public manifest, and reviewed reference file. Never copy the reference file into the trial workspace.

Compare a change

Hold the suite, data snapshot, model, evaluator, tools, and trial count fixed. Name one intended system change. If more than one material input changed, label the comparison confounded rather than attributing the score movement.

Use --intended-change context for a candidate context run. Do not expose expected values, reference queries, private grader prompts, or a heldout answer key in the report.

Signals

GitHub stars
299
Forks
138
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
eval-ai-analyst-lab
Source
github.com/ai-analyst-lab/ai-analyst