eval-integrity

Audit LLM benchmark repositories for credibility gaps before publication.

9|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/conorbronsdon/claude-code-skills --skill eval-integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-integrity
Source: https://github.com/conorbronsdon/claude-code-skills/tree/main/eval-integrity
Command: npx skills add https://github.com/conorbronsdon/claude-code-skills --skill eval-integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you verify whether an LLM benchmark or evaluation repository can survive an adversarial review before its numbers are published.

Core Features & Use Cases

  • Seven-dimension audit: Checks pre-registration, contamination, holdout hygiene, judge validity, statistical honesty, reproducibility, and leaderboard exclusions.
  • Evidence-backed reporting: Produces PRESENT, PARTIAL, or ABSENT ratings with file-and-line evidence, severity, and concrete fixes.
  • Publication readiness: Helps authors catch cherry-picking risk, leakage, judge drift, noisy rankings, and broken publish mechanics before a leaderboard or report goes live.

Quick Start

Ask Claude to audit your benchmark repository with the eval-integrity skill and return a concise, evidence-backed report of the gaps that could invalidate the published results.

Frequently Asked Questions about eval-integrity

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

FAQPage Schema
How do I audit an LLM benchmark repository for contamination and reproducibility failures?

Auditing an LLM benchmark repository for contamination and reproducibility failures requires statically inspecting scoring code, CI workflows, and governance docs to identify leakage, judge drift, and broken publish mechanics before results go live.

What is benchmark integrity and why does it matter for LLM evaluation?

Benchmark integrity in LLM evaluation ensures published rankings survive adversarial review by verifying pre-registration, holdout hygiene, and statistical honesty, preventing cherry-picking, noisy rankings, and data contamination from invalidating results.

How can I check if my evaluation repository has holdout leaks or judge validity issues?

Checking evaluation repositories for holdout leaks and judge validity issues involves static inspection of scoring code and publish mechanics, producing evidence-backed ratings that flag data leakage and inconsistent judging before publication.

What's the best way to prevent leaderboard exclusion bugs in LLM evaluation workflows?

Preventing leaderboard exclusion bugs in LLM evaluation workflows requires auditing publication mechanics and governance docs, applying evidence-backed checks across seven integrity dimensions to catch methodology gaps before the leaderboard goes live.

Can I use a benchmark audit to find pre-registration gaps before publishing my LLM results?

Using a benchmark audit identifies pre-registration gaps in LLM results by inspecting repository governance docs and methodology workflows, generating PRESENT, PARTIAL, or ABSENT ratings with file-and-line evidence and concrete fixes.

Why does my LLM benchmark show noisy rankings and how do I fix statistical honesty issues?

Noisy rankings in LLM benchmarks often stem from statistical honesty issues and judge drift, which you fix by auditing scoring code and CI workflows to produce evidence-backed severity ratings and concrete fixes before publication.