evaluation

Evaluate agent performance with weighted multi-dimensional rubric scores.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Evaluation frameworks enable objective measurement of agent systems by providing structured, multi-dimensional assessment that accounts for non-determinism, context handling, and tool usage.

Core Features & Use Cases

  • Multi-dimensional rubrics (factual_accuracy, completeness, citation_accuracy, source_quality, tool_efficiency) to judge agent outputs.
  • Automated test sets and evaluation runners that generate per-dimension scores and an overall score.
  • Continuous production monitoring to track trends, regressions, and deployment readiness across configurations.

Quick Start

Create a test set, define a rubric, and run the evaluation runner to obtain an overall score and per-dimension breakdown.

Frequently Asked Questions about evaluation

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

FAQPage Schema
How do I measure agent performance across multiple dimensions?

Agent performance measurement uses multi-dimensional rubrics that score factual accuracy, completeness, citation accuracy, source quality, and tool efficiency. Define these dimensions in a rubric, create a test set with expected outputs, and run the evaluation runner to generate per-dimension scores and an overall weighted score.

What's the best way to validate context engineering in production?

Continuous production monitoring tracks agent outputs against your rubric dimensions over time, revealing regressions and configuration drift. Run evaluation across different tasks and configurations to detect when context changes degrade performance and maintain deployment readiness.

How do I create and run an automated test set for agent evaluation?

Build a test set with input prompts and expected outputs, define weighted scores for each evaluation dimension, then execute the evaluation runner. The runner generates per-dimension results and an overall score, enabling systematic comparison across agent versions and configurations.

Can I track agent performance trends over time?

Yes. Continuous production monitoring stores per-dimension and overall scores across deployments, letting you detect performance trends, identify regressions in factual accuracy or tool efficiency, and make data-driven decisions about configuration changes or model updates.

What dimensions should I use when evaluating agent outputs?

The standard evaluation dimensions are factual accuracy (correctness of information), completeness (coverage of the task), citation accuracy (proper source attribution), source quality (reliability of references), and tool efficiency (effective resource and API usage). Weight each dimension based on your task requirements.