judge-prompt

Design binary pass/fail LLM-as-Judge evaluation prompts with scoring instructions and guardrails.

226|55|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Miosa-osa/canopy --skill judge-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-prompt
Source: https://github.com/Miosa-osa/canopy/tree/main/library/skills/ai-patterns/judge-prompt
Command: npx skills add https://github.com/Miosa-osa/canopy --skill judge-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design binary pass/fail evaluation prompts for LLMs to standardize judgments of model outputs and reduce subjective variability.

Core Features & Use Cases

  • Criteria definition: define concrete, binary pass/fail criteria for outputs.
  • Rubric construction: create explicit pass/fail descriptions and edge cases.
  • Few-shot calibration: select calibration examples to stabilize judgments.
  • Bias mitigation: incorporate guardrails against common biases in evaluation.

Quick Start

Invoke the judge-prompt CLI with a specific task to generate a ready-to-deploy evaluation prompt for your pipeline.

Frequently Asked Questions about judge-prompt

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

FAQPage Schema
What is a binary LLM-as-Judge evaluation prompt?

Binary LLM-as-Judge evaluation prompts standardize pass/fail judgments of model outputs to reduce subjective variability. They define explicit criteria, rubrics, and guardrails within evaluation pipelines to ensure consistent scoring.

How do I design an LLM evaluation rubric with pass/fail criteria?

Design an LLM evaluation rubric by defining concrete binary pass/fail criteria and explicit edge case descriptions. Few-shot calibration examples are then selected to stabilize model judgments and mitigate bias during evaluation.

What's the best way to mitigate bias in LLM-as-Judge evaluation prompts?

Mitigate bias in LLM-as-Judge prompts by incorporating built-in guardrails directly into the scoring instructions. These guardrails counter common evaluation biases and are applied alongside few-shot calibration to stabilize pass/fail judgments.

Can I generate judge prompts for multiple evaluation contexts interactively?

Yes, you can generate judge prompts for multiple evaluation contexts by invoking the CLI for interactive design. It produces ready-to-deploy prompts with scoring instructions and guardrails tailored to specific evaluation pipelines.

Why do my LLM evaluation prompts produce inconsistent pass/fail judgments?

LLM evaluation prompts produce inconsistent pass/fail judgments due to subjective variability and missing few-shot calibration. Adding explicit rubrics, edge case descriptions, and bias mitigation guardrails stabilizes the model's scoring behavior.