evaluation

Construct evaluation suites with multi-dimensional rubrics and automated scoring for agent systems.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/mhismail3/dotfiles --skill evaluation-mhismail3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluation
Source: https://github.com/mhismail3/dotfiles/tree/main/claude/skills/evaluation
Command: npx skills add https://github.com/mhismail3/dotfiles --skill evaluation-mhismail3

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Evaluation of agent systems requires different approaches than traditional software or even standard language model applications. Agents make dynamic decisions, are non-deterministic between runs, and often lack single correct answers. Effective evaluation must account for these characteristics while providing actionable feedback. A robust evaluation framework enables continuous improvement, catches regressions, and validates that context engineering choices achieve intended effects.

Core Features & Use Cases

  • Evaluation Rubrics: Define multi-dimensional rubrics that capture factors such as factual accuracy, completeness, citation accuracy, source quality, and tool efficiency.
  • LLM-as-Judge & Human Evaluation: Use scalable LLM-based judgments complemented by human review to validate agent outputs.
  • Continuous Improvement: Build gated pipelines that track performance over time and compare configurations.

Quick Start

Use this skill to construct an evaluation suite and run it on a sample agent configuration. For instance, compare agent results against a ground-truth rubric and produce a scored report.

Frequently Asked Questions about evaluation

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

FAQPage Schema
How do I benchmark agent performance with evaluation metrics?

Agent evaluation requires multi-dimensional rubrics capturing factual accuracy, completeness, citation accuracy, source quality, and tool efficiency. This Skill provides frameworks to systematically score agent outputs against these dimensions, aggregate results with weighted scoring, and produce actionable performance reports for continuous improvement.

Can I use LLM-as-judge to score agent outputs automatically?

Yes. This Skill enables LLM-based judgment complemented by human review to validate agent results at scale. You define custom rubrics, apply them across test scenarios, and generate scored reports that account for agent non-determinism and the lack of single correct answers.

How do I set up regression monitoring for agent systems?

Build gated evaluation pipelines that track agent performance over time and compare configurations. This Skill handles test-set design, end-state validation, and automated scoring with weighted aggregation to catch performance regressions and validate that context engineering choices work as intended.

What's the best way to design tests for non-deterministic agent behavior?

Agent evaluation must account for non-deterministic outputs and the absence of ground truth. This Skill provides frameworks for designing repeatable test sets, applying multi-dimensional rubrics, and handling end-state variability to deliver consistent, comparable assessment results across runs.

Do I need human review alongside automated agent evaluation?

Combining LLM-as-judge with human evaluation strengthens validation. This Skill integrates both approaches, letting you scale automated scoring while preserving human oversight for nuanced judgment on agent decisions, tool efficiency, and citation accuracy.