validate-evaluator

Calibrate LLM judges against human labels using TPR/TNR analysis.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill validate-evaluator-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-evaluator
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/curated/evals/validate-evaluator
Command: npx skills add https://github.com/yanochka11/harness_bro --skill validate-evaluator-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams determine whether an LLM evaluator reliably matches human judgment before using it for production scoring, reducing the risk of biased or inaccurate evaluation results.

Core Features & Use Cases

  • Evaluator Calibration: Guides the process of splitting labeled data, measuring TPR and TNR, and refining judge prompts against human annotations.
  • Bias Correction Analysis: Applies validation metrics and correction formulas to estimate more accurate production success rates.
  • Use Case: Use this Skill after creating an LLM judge prompt to verify alignment with expert-labeled traces before deploying automated evaluation pipelines.

Quick Start

Use the validate-evaluator skill to calibrate my LLM judge against human-labeled evaluation data and measure its reliability.

Frequently Asked Questions about validate-evaluator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calibrate an LLM judge against human labels to validate evaluator alignment?

To calibrate an LLM judge against human labels, split labeled data into benchmark splits, measure true positive and true negative rates, and refine judge prompts to validate evaluator alignment before production deployment.

What is evaluator bias correction in LLM evaluation workflows?

Evaluator bias correction in LLM evaluation applies validation metrics and correction formulas to estimate more accurate production success rates by adjusting automated scoring results against trusted human-labeled benchmarks.

How do I measure TPR and TNR for automated LLM scoring validation?

Measuring TPR and TNR for automated LLM scoring validation requires comparing judge prompt outputs against expert-labeled traces on a held-out test split to calculate true positive and true negative rates.

When do I need to validate an LLM evaluator before production quality measurement?

You need to validate an LLM evaluator before production quality measurement whenever you create a new judge prompt and must verify its alignment with expert-labeled traces to reduce the risk of biased or inaccurate automated evaluation results.

How do I calculate confidence intervals for LLM judge calibration using benchmark splits?

Calculating confidence intervals for LLM judge calibration involves applying statistical validation techniques to held-out testing results from benchmark splits to estimate the reliability range of evaluator alignment with human labels.

What are the limitations of using LLM judges without human-labeled traces for bias correction?

Without human-labeled traces, LLM judges lack a trusted benchmark for bias correction, making it impossible to accurately measure TPR and TNR or apply correction formulas to estimate reliable production success rates.