evaluation

Score agent outputs across quality dimensions with pass/fail thresholds.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill evaluation-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluation
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/agent-skills/skills/evaluation
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill evaluation-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you reliably evaluate agent performance by scoring outcomes across multiple quality dimensions, so you can detect regressions and improve pipelines instead of guessing.

Core Features & Use Cases

  • Multi-dimensional evaluation: Score factual accuracy, completeness, citation accuracy, source quality, and tool efficiency separately instead of relying on a single number.
  • Non-determinism-aware testing: Evaluate results against outcome criteria, not fixed execution paths, so agents can vary their routes while still being judged fairly.
  • LLM-as-judge and human sampling: Use structured rubric prompts for scale, then supplement edge cases and subtle failures with human review.
  • Continuous monitoring and quality gates: Track pass rates over time and block or alert on quality drops using thresholds.

Quick Start

Use this skill when you want to evaluate whether a new agent version meets your acceptance thresholds for quality and efficiency before deploying it.

Frequently Asked Questions about evaluation

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

FAQPage Schema
How do I evaluate agent performance using multi-metric rubrics?

You evaluate agent performance by scoring outputs across multiple dimensions like factual accuracy, completeness, and tool efficiency separately, aggregating weighted scores with pass/fail thresholds to detect regressions instead of guessing.

What is LLM-as-judge evaluation and how does it work for agents?

LLM-as-judge evaluation uses structured rubric prompts to assess agent outputs at scale, providing structured judgments on quality dimensions while supplementing edge cases and subtle failures with human sampling review.

How do I test non-deterministic agent outputs fairly?

You test non-deterministic agents by evaluating results against outcome criteria rather than fixed execution paths, allowing agents to vary their routes while still being judged fairly on whether they meet quality thresholds.

Can I set up production monitoring and quality gates for agent pipelines?

Yes, you can track pass rates over time using production sampling-based metric reporting and block or alert on quality drops by configuring pass/fail thresholds as quality gates in your deployment pipeline.

What dimensions should I score when evaluating agent quality?

You should score factual accuracy, completeness, citation accuracy, source quality, and tool efficiency separately rather than relying on a single number, aggregating these weighted dimensions to measure overall agent quality.

Do I need a test set to measure agent quality before deploying a new version?

Yes, you need a test set with outcome-based scoring criteria to evaluate whether a new agent version meets your acceptance thresholds for quality and efficiency before deploying it to production.