llm-judge

Evaluate system compliance against stated requirements and produce a structured JudgeReport JSON.

Updated May 21, 2026
One-click install
npx skills add https://github.com/Czarnak/llm-mas-experiments --skill llm-judge-czarnak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-judge
Source: https://github.com/Czarnak/llm-mas-experiments/tree/main/llm-judge
Command: npx skills add https://github.com/Czarnak/llm-mas-experiments --skill llm-judge-czarnak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you evaluate whether a system meets its stated requirements by producing a structured, evidence-based assessment without proposing redesigns or regenerating artifacts.

Core Features & Use Cases

  • Independent requirements evaluation: Assesses functional and non-functional requirements against provided materials, explicitly marking satisfied, partially satisfied, or missing items.
  • Consistency and coverage checks: Verifies logical consistency, component responsibility coverage, and (when applicable) multi-agent communication correctness and interface logic.
  • Optional code-focused risk review: When code is present, applies security and code-quality checks guided by confidence thresholds and known risk categories.

Quick Start

Ask for a judge report for the system you want evaluated, and provide the requirement list and the relevant design and/or code materials so the skill can produce a structured JudgeReport.

Frequently Asked Questions about llm-judge

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

FAQPage Schema
How do I evaluate if my system design meets stated requirements?

To evaluate if your system meets requirements, you provide the requirement list and relevant design or code materials to generate a structured JudgeReport. This report scores requirements fit, identifies missing items, and highlights implementation risks based strictly on your evidence.

What is evidence-based scoring in system evaluation?

Evidence-based scoring in system evaluation assesses compliance by matching provided artifacts directly against your stated requirements. It produces a structured JSON report marking items as satisfied, partially satisfied, or missing, ensuring the verdict relies on materials rather than redesigns.

Can I check multi-agent communication logic and interface consistency?

Yes, you can check multi-agent communication logic and interface consistency. The evaluation verifies logical consistency, component responsibility coverage, and communication correctness across mixed design-and-code systems to identify inconsistencies against your requirements.

How do I assess code quality and security risks against requirements?

To assess code quality and security risks, include your code artifacts alongside the requirements list. The evaluation applies security and code-quality checks guided by known risk categories and confidence thresholds, reporting implementation risks in the final JudgeReport.

Does the requirements analysis propose redesigns for missing features?

No, the requirements analysis does not propose redesigns or regenerate artifacts. It provides an independent evaluation that explicitly marks satisfied, partially satisfied, or missing items, focusing strictly on compliance assessment rather than solution generation.

What do I need to generate a structured JudgeReport?

To generate a structured JudgeReport, you need to provide a list of system requirements and the relevant conceptual design or code artifacts. The evaluation uses these materials to determine overall compliance and output the JSON report with requirements fit scoring.