validate-evaluator

Calibrate LLM-based evaluators against human labels and generate reliability reports.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill validate-evaluator-mantisware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-evaluator
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/ai-patterns/validate-evaluator
Command: npx skills add https://github.com/MantisWare/BizForge --skill validate-evaluator-mantisware

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Calibrate LLM-based evaluators to align with human labels by measuring agreement metrics and bias, and provide guidance to improve prompts and evaluation reliability.

Core Features & Use Cases

  • Compute TPR, TNR, precision, recall, F1, and Cohen's kappa to quantify judge reliability on labeled datasets.
  • Detect systematic biases in judge behavior and recommend targeted prompt corrections.
  • Generate a calibration report with confidence intervals and actionable deployment guidance for real-world judging tasks.

Quick Start

Run the calibration against a judge prompt and a human-labeled dataset to produce the report.

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 calibrate an LLM judge against human labels, run the evaluator calibration process which computes agreement metrics like Cohen's kappa, precision, recall, and F1 on a labeled dataset to quantify judging reliability.

What metrics are used to measure LLM evaluator reliability?

LLM evaluator reliability is measured using TPR, TNR, precision, recall, F1, and Cohen's kappa. These metrics quantify how accurately an AI judge scores data compared to a ground truth human-labeled dataset.

How do I detect systematic bias in my LLM evaluation pipeline?

To detect systematic bias in an LLM evaluation pipeline, apply bias-detection algorithms during evaluator calibration to identify scoring anomalies and generate targeted prompt corrections for the AI judge.

Can I get confidence intervals for AI judge calibration scores?

Yes, you can get confidence intervals for AI judge calibration scores. The calibration process generates a comprehensive report that includes confidence intervals and actionable deployment guidance for real-world judging tasks.

What is the best way to improve LLM judge accuracy on varying quality datasets?

The best way to improve LLM judge accuracy on varying quality datasets is to apply evaluator calibration, which detects systematic biases and produces recommended prompt corrections to align the LLM judge with human labels.

Do I need a human-labeled dataset to measure LLM judge agreement?

Yes, you need a human-labeled dataset to measure LLM judge agreement. The calibration process requires ground truth labels to compute metrics like Cohen's kappa and identify biases in the LLM evaluator's scoring behavior.