Skip to content
Development
Skill

/evaluate-language-model

Design repeatable language-model capability, quality, behavior, regression, or safety evaluations. Use when creating cases and graders, comparing a treatment with a baseline, or deciding whether a checkpoint passes.

From plugin
socket
7200 skills5 MCP
Install
$ npx -y skills add gaelic-ghost/socket --skill evaluate-language-model --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/evaluate-language-model

Context preview

The summary Claude sees to decide when to auto-load this skill.

Design repeatable language-model capability, quality, behavior, regression, or safety evaluations. Use when creating cases and graders, comparing a treatment with a baseline, or deciding whether a checkpoint passes.

SKILL.md

evaluate-language-model.SKILL.md
name: evaluate-language-model
description: Design repeatable language-model capability, quality, behavior, regression, or safety evaluations. Use when creating cases and graders, comparing a treatment with a baseline, or deciding whether a checkpoint passes.

Evaluate Language Model

Define The Claim

State the population, task, model artifact, prompt/template, decoding settings, and decision threshold. A benchmark score supports only the conditions it measured.

Build The Evaluation

1. Separate development cases from a held-out decision set. 2. Give every case a stable ID, inputs, tags, expected behavior, and scoring method. Start from `assets/eval-cases.jsonl`. 3. Prefer executable or deterministic graders for exact structure, tests, schemas, and calculations. 4. For model judges, pin the judge model/revision, rubric, prompt, sampling settings, and parser. Calibrate against human-labeled examples and test order/position effects. 5. Record refusals, invalid outputs, timeouts, and grader failures as outcomes; do not silently drop them. 6. Run baseline and treatment on the same cases and settings. 7. Preserve per-case results, require identical case IDs for decision comparisons, then aggregate by meaningful slices as well as globally. Use partial comparisons only as explicitly labeled diagnostics. 8. Quantify uncertainty with repeated runs, confidence intervals, or paired tests appropriate to the metric. 9. Inspect regressions and disagreements before accepting the aggregate result.

Choose The Harness

  • Use [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) for supported standardized, mostly model-in/model-out academic benchmarks such as MMLU; pin the task and harness revisions.
  • Use [Inspect AI](https://github.com/UKGovernmentBEIS/inspect_ai) when the evaluation needs sandboxed code/tools, multi-step state, agent behavior, explicit scorers, or stronger execution isolation.
  • Use a small project-native runner when neither framework adds useful capability. Preserve the same case, grader, provenance, and raw-result contract.

Evidence Classes

  • Configuration validation: cases and graders parse.
  • Smoke evidence: a small subset completes end to end.
  • Evaluation evidence: the frozen set completes with retained per-case outputs.
  • Decision evidence: thresholds, uncertainty, regressions, and limitations support the stated choice.

Resources

  • `assets/eval-cases.jsonl`: starter case schema.
  • `assets/evaluation-report.md`: comparison report template.
  • `references/evaluation-methods.md`: grader and uncertainty rules.
  • `scripts/compare-eval-runs.fsx`: paired JSONL comparison.
Read more
Ships withsocket

Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo

Get the whole plugin

Other skills on socket.