evaluation

Evaluate AI agent performance using multi-dimensional rubrics and LLM-as-judge.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill evaluation-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evaluation
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/evaluation
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill evaluation-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a framework for systematically evaluating the performance and quality of AI agents, enabling continuous improvement and validation of context engineering choices.

Core Features & Use Cases

  • Multi-dimensional Rubrics: Define and apply rubrics covering factual accuracy, completeness, citation accuracy, source quality, and tool efficiency.
  • LLM-as-Judge & Human Evaluation: Supports both automated and manual evaluation methodologies.
  • Test Set Management: Tools for creating, filtering, and analyzing test sets stratified by complexity.
  • Production Monitoring: Features to sample and track agent performance in live environments.
  • Use Case: A team developing a customer support agent can use this skill to create a test suite of common queries, evaluate the agent's responses against a defined rubric, and monitor its pass rate in production to catch regressions.

Quick Start

Use the evaluation skill to run a comprehensive performance test suite against the agent.

Frequently Asked Questions about evaluation

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

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

Evaluate AI agent performance using multi-dimensional rubrics by defining criteria for factual accuracy, completeness, citation accuracy, source quality, and tool efficiency, then applying these rubrics systematically across test sets to measure quality.

What is LLM-as-judge and how does it work for automated agent testing?

LLM-as-judge is an automated evaluation methodology where a language model scores agent responses against defined rubrics, enabling scalable performance metrics without manual human evaluation for continuous quality assurance.

How do I create test sets stratified by complexity for agent testing?

Create test sets stratified by complexity for agent testing by using test set management tools to generate, filter, and analyze queries, ensuring evaluation covers diverse difficulty levels and context-dependent failure modes.

Can I monitor live agent performance and catch regressions in production?

Monitor live agent performance and catch regressions in production by using production monitoring features to sample and track agent responses against baseline metrics, addressing non-determinism and context-dependent failures continuously.

Does manual human evaluation work alongside automated LLM-as-judge methodologies?

Manual human evaluation works alongside automated LLM-as-judge methodologies by providing complementary validation, allowing teams to cross-reference automated performance metrics with manual rubric scoring for comprehensive quality assurance.

Why does my agent evaluation fail on non-deterministic outputs?

Agent evaluation often fails on non-deterministic outputs because identical queries produce varying responses, requiring complexity stratification in test sets and multi-dimensional rubrics to validate context-dependent failures rather than exact matches.