judge-prompt

Design binary pass/fail LLM-as-Judge evaluators with rubrics and guardrails.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kinnerkarmanish/mak --skill judge-prompt-kinnerkarmanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-prompt
Source: https://github.com/kinnerkarmanish/mak/tree/main/library/skills/ai-patterns/judge-prompt
Command: npx skills add https://github.com/kinnerkarmanish/mak --skill judge-prompt-kinnerkarmanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing evaluation prompts for AI can be time-consuming and error-prone; this Skill provides a structured blueprint to build binary pass/fail LLM-as-Judge evaluators that are reliable, reusable, and easy to deploy.

Core Features & Use Cases

  • Rubric-driven evaluation: Define 2–5 concrete, binary criteria with explicit pass/fail descriptions.
  • Bias mitigation: Include guardrails to counteract position, verbosity, and self-preference biases.
  • Calibration support: Provide calibration examples and templates to improve consistency across evaluations.
  • Deploy-ready prompts: Output a self-contained judge prompt ready for integration into an eval pipeline.

Quick Start

Ask your AI to design a binary judge prompt for your evaluation task.

Frequently Asked Questions about judge-prompt

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

FAQPage Schema
How do I create a binary pass/fail LLM-as-Judge evaluator?

Creating a binary pass/fail LLM-as-Judge evaluator involves designing a self-contained judge prompt with explicit criteria, a scoring rubric, few-shot templates, and safety guardrails. This structured approach ensures reliable and reusable evaluation prompts for assessing model outputs.

What is an LLM-as-Judge rubric and how does it work?

An LLM-as-Judge rubric is a set of 2–5 concrete, binary criteria with explicit pass/fail descriptions used to evaluate AI outputs. It works by providing the judge model with a structured scoring framework to ensure consistent and objective evaluations across tasks like summarization or code review.

How do I mitigate bias in LLM evaluation prompts?

To mitigate bias in LLM evaluation prompts, include built-in guardrails that counteract position, verbosity, and self-preference biases. These safeguards are integrated directly into the judge prompt to improve the reliability and consistency of the evaluation results.

Can I use a binary judge prompt for code review and summarization tasks?

Yes, you can use a binary judge prompt for code review and summarization tasks. The evaluator design is applicable across various model outputs, allowing you to define specific pass/fail criteria and calibration examples tailored to your exact evaluation use case.

How do I calibrate an LLM-as-Judge prompt for consistent scoring?

To calibrate an LLM-as-Judge prompt for consistent scoring, provide calibration examples and few-shot templates within the prompt structure. This calibration support anchors the judge model's evaluations to expected outcomes, improving consistency across repeated evaluations.

What is the best way to structure a deploy-ready evaluation prompt?

The best way to structure a deploy-ready evaluation prompt is to build a self-contained format that integrates explicit criteria, a scoring rubric, few-shot templates, and bias mitigation guardrails. This produces a robust judge prompt ready for immediate integration into an eval pipeline.