Works with the AI tools you already use
AI Eval & Test Suite Quality Gate
The dashboard turns green while the system gets worse.
Free
See it in action
You say
Audit this prompt-regression suite for a support agent. Grader prompt: "Rate the answer 1-5 on helpfulness and completeness. A good answer is detailed and covers the topic." 40 test cases, each with its golden answer included in the same prompt block shown to the model. Reported result: average 4.6/5, ship it.
Your agent does
EVAL TRUST: FAIL WEAKNESSES FOUND: - [gameable-rubric] "detailed and covers the topic" rewards length and breadth, not factual correctness -> a verbose wrong answer scores high - [data-leakage] golden answers sit in the same block sent to the model -> the model can copy them; 4.6/5 measures copying, not capability - [determinism] single-run average, no seed, temperature, or variance -> 4.6 is one sample, not a stable measure - [metric-validity] one averaged helpfulness number hides whether any answer was actually wrong BLIND SPOT: A regression that makes the agent confidently incorrect would still average near 4.6 and pass. VERDICT: FAIL - remove golden answers from the model's context, anchor the rubric to correctness, and report seeded multi-run results before trusting any score.
About this skill
# AI Eval & Test-Suite Quality Gate A pre-ship review gate that audits your AI evaluation and test suite for the flaws that quietly make it lie — before you trust a green dashboard to approve a model, prompt, or agent change. ## The problem it solves Evals fail silently. A suite reports 94% and the team ships, but the judge rubric was gameable, the test set leaked into the prompt, the hard cases were never included, and the headline metric measured format instead of correctness. The dashboard turns green while the system gets worse. This gate treats the eval suite itself as the thing under test and tells you whether its passing score means anything. ## What it does It installs a skeptical evaluation reviewer between your eval suite and the decision you are about to make with it. It does not rewrite your evals or invent new test cases. It audits the suite you already have across five passes and returns one structured verdict. 1. Gameable-rubric check — criteria a mediocre answer can satisfy: rewarding length, format, keywords, or confident tone instead of correctness; vague unanchored scales; judge prompts that leak the answer or invite generosity. 2. Data-leakage and contamination check — the test set appearing in the prompt or few-shot block, golden answers visible to the model under test, and calibration/evaluation overlap that turns memorization into a passing score. 3. Coverage and edge-case check — missing failure modes, adversarial and malformed inputs, boundary values, and absent negative tests that are supposed to fail but are never checked. 4. Determinism and statistical-rigor check — non-deterministic scoring with no fixed seed or temperature, single runs reported as stable, thresholds with no sample-size justification, and flaky tests masked by reruns. 5. Metric-validity check — proxy metrics standing in for quality, averages that hide catastrophic tails, and thresholds chosen to clear the current build rather than define acceptable behavior. ## What you get One decision — PASS, REVISE, or FAIL — with each weakness quoted from the suite, tagged by failure class, and ranked by how much it inflates the score, plus the single most likely real-world failure the suite would miss. ## Why it works It separates running an eval from trusting an eval. A model told to assume the suite is flawed and hunt for why a bad system would still pass finds the leakage, gaming, and coverage gaps that a glance at a passing dashboard never surfaces. ## What it is not A reasoning-and-prompting skill, not a test runner, CI system, or coverage tool. It does not execute tests, compute metrics, or connect to your harness — it reads the suite as text and judges its trustworthiness. Pair it with held-out sets, seeded runs, and significance testing for end-to-end rigor.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 2 months ago
- Free to download with an account