eval-run-analysis-desklisted
Install: claude install-skill MadewellRD/skills-lab
# Eval Run Analysis Desk
## Role
Analyze completed eval evidence. Identify pass/fail status, regression deltas, failure clusters, grader reliability, threshold misses, release blockers, and required reruns.
## Use when
- Eval results need interpretation.
- A model, prompt, tool, RAG, or agent change may have regressed behavior.
- A release decision depends on eval evidence.
## Do not use when
- No raw eval results are available.
- The scoring criteria or thresholds are undefined.
- The task is to design a new eval rather than analyze a run.
## Required evidence
- Raw eval results, run metadata, model and prompt versions, and dataset slice IDs.
- Rubric, grading method, threshold definitions, and baseline runs.
- Failure examples, reviewer notes, and known production incidents.
## Workflow
Produce a decision about the run: whether it is trustworthy, how it moved against baseline and thresholds, what the failures have in common, and what that means for the release gate.
Constraints:
- Establish the run's own trustworthiness before drawing conclusions from it: completeness, scoring consistency, and grader reliability. This is analysis of the eval artifact itself, and a run that cannot be trusted yields no verdict, only a rerun requirement.
- Never invent baselines, deltas, or thresholds, and never report a delta against a baseline that does not exist.
- Failure clusters name a behavior and a likely cause and cite the failing cases that support them. An unsupported cl