judge-evaluation-suite-generator

Generate allow, block, revise, and escalate test cases for an agent judge.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill judge-evaluation-suite-generator-cloud-byte-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-evaluation-suite-generator
Source: https://github.com/Cloud-Byte-Consulting/plugins/tree/main/prompt-workflows/skills/judge-evaluation-suite-generator
Command: npx skills add https://github.com/Cloud-Byte-Consulting/plugins --skill judge-evaluation-suite-generator-cloud-byte-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Once you have written a judge prompt for an AI agent, you need evidence that it actually distinguishes between actions it should allow, block, revise, or escalate. This Skill produces a structured evaluation suite of realistic test cases so you can measure judge accuracy before production incidents reveal the gaps. ## Core Features & Use Cases - Four-outcome test coverage: Generates at least 20 test cases distributed across ALLOW, BLOCK, REVISE, and ESCALATE outcomes, each with a full action proposal, expected outcome, reasoning, and the consequence of a wrong decision. - Boundary-failure focus: Designs cases around mundane, realistic failures such as weak evidence behind confident justifications and authorization scope creep, not just adversarial scenarios. - Metrics guidance: Recommends tracking false allow rate, false block rate, escalation rate, revision rate, and per-criterion performance to detect when the judge needs tuning. - Use Case: After drafting a judge prompt that reviews outbound emails, use this Skill to produce a test suite covering unauthorized recipients, missing evidence, and ambiguous policy cases, then run it to measure the judge's false allow rate. ## Quick Start Use the judge-evaluation-suite-generator skill to create an evaluation suite for my judge that reviews outbound email actions against authorization, evidence, risk, and policy criteria.

Frequently Asked Questions about judge-evaluation-suite-generator

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

FAQPage Schema
How do I test an AI judge prompt before production?

Build an evaluation suite of test cases covering allow, block, revise, and escalate outcomes, each with a realistic action proposal and expected decision. Run the judge against the suite and measure false allow rate, false block rate, and escalation rate to find weaknesses.

What test cases should an agent judge evaluation suite include?

Include at least five cases per outcome category: well-formed proposals to allow, proposals failing a critical criterion to block, directionally correct proposals to revise, and ambiguous or high-stakes proposals to escalate. Add cases for confident-but-weak evidence and authorization scope creep.

What inputs does the judge evaluation suite generator need?

It needs the action type the judge evaluates, the judge criteria such as authorization, evidence, risk, and policy, the action proposal format, the domain context, and any known failure modes or past incidents you want covered.

What metrics indicate a judge needs tuning?

Track false allow rate, false block rate, escalation rate, revision rate, and performance broken down by criterion area. Threshold patterns in these metrics, such as a rising false allow rate on evidence-driven cases, indicate the judge prompt needs adjustment.

When should a judge escalate instead of deciding?

A judge should escalate when authorization is ambiguous, the action is high-stakes, context is insufficient, or policy is unclear. The evaluation suite includes escalate cases to verify the judge routes these to a human rather than guessing.