evaluation

Evaluate agent performance using rubrics and test sets.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/aldy505/atrium --skill evaluation-aldy505
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluation
Source: https://github.com/aldy505/atrium/tree/main/.agents/skills/context-engineering-collection/skills/evaluation
Command: npx skills add https://github.com/aldy505/atrium --skill evaluation-aldy505

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of systematically measuring and improving the performance of AI agents, ensuring their reliability and effectiveness in complex tasks.

Core Features & Use Cases

  • Performance Testing: Design and execute tests to evaluate agent outputs against defined quality standards.
  • Quality Gates: Implement automated checks to catch regressions and ensure agents meet performance thresholds before deployment.
  • Use Case: Before releasing a new version of your customer service agent, use this Skill to run a suite of tests against common customer queries, comparing its performance to the previous version and ensuring it meets accuracy and helpfulness benchmarks.

Quick Start

Use the evaluation skill to build a test framework for agent performance.

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 against factual accuracy and citation accuracy standards?

To evaluate agent performance, you use a framework of rubrics and test sets to systematically measure factual accuracy, citation accuracy, and source quality. This allows you to compare outputs against defined quality standards.

What is LLM-as-judge and when do I need it for quality assurance testing?

LLM-as-judge is an evaluation methodology where a language model scores agent outputs. You need it for scalable quality assurance testing when human evaluation is too slow, allowing robust assessment of factual accuracy and completeness.

How do I set up quality gates to catch agent performance regressions before deployment?

You set up quality gates by implementing automated checks that execute test sets against common queries. This catches regressions and verifies agents meet performance thresholds for accuracy and helpfulness before deployment.

Can I use test sets and rubrics to measure tool efficiency and source quality for agent systems?

Yes, you can use test sets and rubrics to measure tool efficiency and source quality. The framework supports evaluating agent performance across multiple dimensions, ensuring systematic measurement of these specific metrics.

What is the best way to compare agent performance across different versions?

The best way to compare agent versions is running a suite of tests against common queries using defined rubrics. This systematically measures factual accuracy and helpfulness, benchmarking the new version against the previous one.