What problem does it solve? Research teams often promote model checkpoints based on intuition rather than measured evidence. This Skill turns subjective judgments into reproducible, versioned evaluation suites that score a model against curated datasets and gate releases on defensible thresholds. ## Core Features & Use Cases - Dataset Construction: Assemble eval cases from common inputs, edge cases, red-team findings, and Ragas-generated synthetic ground truth with human review. - Metric Selection Matrix: Choose from BLEU, ROUGE, semantic similarity, assertion checks, answer faithfulness, and calibrated LLM-as-judge metrics with defined thresholds. - Regression & Guardrails: Run frozen regression suites across checkpoint versions and promote reference-free metric thresholds into runtime guardrails and drift monitors. - Use Case: A team fine-tunes checkpoint v7 and needs to certify it does not regress on the safety set versus v6 before registry promotion; this Skill builds the suite, scores both versions, and reports per-metric deltas. ## Quick Start Use the llm-eval-harness skill to build an evaluation suite comparing checkpoint v7 against v6 on our safety and faithfulness datasets.