write-judge-prompt

Design LLM-as-Judge prompts with criteria, examples, and binary verdicts.

Updated May 5, 2026
One-click install
npx skills add https://github.com/yanochka11/harness_bro --skill write-judge-prompt-yanochka11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-judge-prompt
Source: https://github.com/yanochka11/harness_bro/tree/main/.claude/skills/curated/evals/write-judge-prompt
Command: npx skills add https://github.com/yanochka11/harness_bro --skill write-judge-prompt-yanochka11

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This Skill helps teams design precise LLM-as-Judge prompts for evaluating subjective AI output quality when automated code checks cannot reliably measure criteria like tone, relevance, or faithfulness.

## Core Features & Use Cases

  • Judge Prompt Design: Creates binary Pass/Fail evaluator prompts with clear criteria, definitions, examples, and structured outputs.
  • Evaluation Frameworks: Guides the creation of focused judges for specific AI failure modes while avoiding vague or overly broad quality assessments.
  • Use Case: Build an evaluator that checks whether an AI assistant's responses match a required communication style using human-labeled examples and explicit pass/fail rules.

### Quick Start Use the write-judge-prompt skill to create an LLM-as-Judge evaluator for checking whether my AI outputs satisfy a specific failure mode.

Frequently Asked Questions about write-judge-prompt

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

FAQPage Schema
How do I evaluate subjective AI output quality that code-based checks cannot validate?

To evaluate subjective AI output quality, design an LLM-as-Judge evaluator prompt with clear criteria definitions, few-shot examples, and structured pass/fail verdicts for specific failure modes.

What is an LLM-as-Judge prompt and how does it work for AI testing?

An LLM-as-Judge prompt is a structured evaluator that uses criteria definitions and human-labeled few-shot examples to produce machine-readable binary pass/fail judgments for subjective AI testing criteria.

How to create an LLM evaluator for specific AI failure modes?

Create an LLM evaluator by defining explicit pass/fail rules for your targeted failure modes, incorporating human-labeled examples, and avoiding vague or overly broad quality assessments in the prompt.

When do I need few-shot examples in my LLM judge evaluator?

You need few-shot examples in your LLM judge evaluator when assessing subjective criteria like tone or faithfulness, as these human-labeled examples guide the model to produce reliable binary pass/fail verdicts.

Can I use an LLM-as-Judge prompt to check if AI responses match a specific communication style?

Yes, you can use an LLM-as-Judge prompt to check if AI responses match a required communication style by providing explicit pass/fail rules and human-labeled examples in the evaluator design.

What are the limitations of using LLM-as-Judge for prompt evaluation?

The LLM-as-Judge approach is limited when evaluating vague or overly broad quality assessments, requiring focused criteria definitions and targeted failure mode constraints to ensure reliable machine-readable verdict outputs.