eval-calibration

Calibrate ACE per-skill LLM-as-Judge evaluation rubrics against ground-truth artifact flaws.

1|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/dimagi-internal/ace --skill eval-calibration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-calibration
Source: https://github.com/dimagi-internal/ace/tree/main/skills/eval-calibration
Command: npx skills add https://github.com/dimagi-internal/ace --skill eval-calibration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ACE's LLM-as-Judge evaluation system suffers from a systematic generosity bias that scores flawed artifacts 8–9/10 even when they contain confirmed real-world issues like factual errors, missing citations, or unmeasured adversarial gaps, producing untrustworthy quality assessments that fail to catch deployability problems.

Core Features & Use Cases

  • Calibration Methodology: Provides a repeatable, auditable 6-step process for calibrating ACE's per-skill evaluation rubrics, including ground-truth catalogue building, detection rate tracking, multi-run variance testing, and dimension coverage checks.
  • Bias Mitigation: Includes safeguards against common calibration failures like score anchoring, missing fitness dimensions, and rubric inflation that lead to false-pass quality gates.
  • Use Case: If your ACE evaluation rubrics are scoring hollow or flawed app builds, chatbot transcripts, or other artifacts too high, use this skill to calibrate them to catch real issues and produce trustworthy, production-ready quality scores.

Quick Start

Use the eval-calibration skill to calibrate your ACE per-skill evaluation rubric against a ground-truth catalogue of known artifact flaws to eliminate LLM-as-Judge scoring bias and produce accurate quality assessments.

Frequently Asked Questions about eval-calibration

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

FAQPage Schema
Why does my LLM-as-judge evaluation score flawed artifacts 8 or 9 out of 10?

LLM-as-judge evaluation systems suffer from a systematic generosity bias that inflates scores for flawed artifacts, failing to catch factual errors, missing citations, or structural gaps. Rubric calibration is required to eliminate this bias and produce trustworthy, production-ready quality scores.

How do I calibrate LLM-as-judge rubrics to catch factual and adversarial gaps?

Use a repeatable 6-step calibration process that builds a ground-truth catalogue of known flaws, tracks detection rates, runs multi-run variance testing, and checks fitness dimension coverage to ensure your rubric catches real issues and scores accurately.

What detection rate and score variance should calibrated evaluation rubrics meet?

Calibrated evaluation rubrics must meet an 80%+ ground-truth detection rate and maintain a score variance of 0.5 or less across runs. They must also demonstrate willingness to score flawed artifacts below 8 out of 10.

How do I stop score anchoring and rubric inflation in artifact evaluation?

Apply built-in bias mitigation safeguards against score anchoring, missing fitness dimensions, and rubric inflation. These safeguards prevent false-pass quality gates by ensuring flawed app builds and chatbot transcripts are flagged accurately.

Can I use a rubric calibration process for chatbot transcripts and app builds?

Yes, rubric calibration applies to any generated artifacts including app builds and chatbot transcripts. It calibrates per-skill evaluation rubrics against a ground-truth catalogue to ensure accurate scoring across all artifact types.

What is a ground-truth catalogue for LLM evaluation rubric calibration?

A ground-truth catalogue is a curated dataset of known artifact flaws used to calibrate LLM-as-judge rubrics. It enables detection rate tracking to verify the rubric catches factual, structural, and adversarial gaps before deployment.