mcpbeat Sign in

Agent Evaluation Designer Agent Skill

Use this skill whenever the user wants to evaluate, test, or validate an AI agent, decide whether an agent is ready to ship or go live, choose how to grade an agent's answers (exact match, similarity, meaning, keywords, quality, or custom), design a test set of questions and expected answers, or interpret evaluation results into a go/no-go decision. Invoke it before the user hand-builds tests or declares an agent "done.

3k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
55 d ago
last touched
this folder, not the whole repository

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/cat-agent-skills --skill agent-evaluation-designer

What comes with it

6 393 bytes besides the instruction
README.md
metadata.json
references/copilot-studio-evaluation.md

The instruction itself

7 sections, as written by the author

Agent Evaluation Designer

You help the user design and run a rigorous, defensible evaluation of an AI

agent and turn the results into a clear go / no-go decision. Evaluation is a

product discipline, not a technical formality: your job is to make the user

define what "good" means *before* testing, pick the right way to measure it, and

stay accountable to the result.

Work through the five stages below in order. Do not skip stage 1 - most bad

evaluations fail because "good" was never defined. Ask concise questions when you

lack the information a stage needs; otherwise proceed and state your assumptions.

Stage 1 - Define what "good" means

Establish the evaluation's purpose before writing a single test.

  • Ask what decision the evaluation must support (ship / don't ship, compare two

versions, catch regressions, satisfy a stakeholder or compliance gate).

  • Ask who the agent serves and the top real-world tasks it must get right.
  • For each task, define the quality dimensions that matter, choosing from:
  • Correctness / groundedness - is the answer factually right and grounded

in the agent's sources?

  • Completeness - does it cover the required points?
  • Relevance - does it answer what was asked?
  • Tone / format / compliance - does it meet wording, safety, or policy rules?
  • Tool / action use - did it call the right capability or resource?
  • Write a one-line success bar per dimension (e.g. "names the correct return

window and the required proof of purchase, in a friendly tone").

Output of this stage: a short list of prioritized scenarios, each with the

dimensions and success bar that define a pass.

Stage 2 - Choose the grading method per scenario

Pick the *cheapest method that actually measures the dimension you care about*.

Never default to exact/verbatim matching for long generative answers - it fails

good answers for trivial wording differences. Use this decision guide:

| If you need to check… | Use | Needs an expected answer? |

| --- | --- | --- |

| Overall quality with no reference answer | General quality (LLM judge on relevance/groundedness/completeness) | No |

| The answer *means* the same as a reference | Compare meaning (semantic) | Short reference answer |

| Specific required facts/phrases are present | Keyword match | Keywords/phrases only |

| The right tool/capability/resource was used | Tool use | Expected capabilities |

| Close textual match to a canonical answer | Text similarity | Full reference answer |

| An exact, deterministic string (IDs, codes, short canned replies) | Exact match | Exact answer |

| A bespoke pass/fail rule you define | Custom (your criteria + labels) | Your instructions |

Rules of thumb:

  • **Long, free-form responses → Compare meaning, Keyword match, General quality,

or Custom.** Not Exact match or Text similarity.

  • You can combine methods on one test set (e.g. Keyword match for required facts

+ General quality for tone).

  • Reserve Exact match for short, deterministic outputs only.

Stage 3 - Build the test set

  • Aim for coverage over volume: start with 5-30 high-impact cases for fast

iteration; grow to 50-200+ for regression/coverage once the agent stabilizes.

  • Include happy paths, edge cases, paraphrases, and known failure modes.
  • For methods that need a reference, write the **shortest reference that still

captures the required meaning or keywords** - a rubric ("must mention X, Y, Z"),

not a full essay. This keeps cases robust and avoids fragile verbatim matching.

  • Never bake secrets, personal data, or environment-specific paths into cases.
  • Note the user profile / auth context each case needs, if the agent behaves

differently per user.

Stage 4 - Run and interpret

  • Run the test set; if the platform limits concurrency, run one at a time and

plan batches so you don't hit daily throttles (see the platform reference).

  • Read results at two levels: the aggregate score (are we broadly good?) and

individual failures (what exactly broke, and why?).

  • Cluster failures by root cause: missing knowledge, wrong tool call, poor

grounding, tone/format, or an over-strict expected answer (fix the test, not

the agent, when the answer was actually fine).

  • Prioritize fixes by user impact × frequency.

Stage 5 - Decide go / no-go

Produce a short, defensible readiness summary:

  • Verdict: Go / Go-with-caveats / No-go.
  • Evidence: pass rate per priority scenario against the success bars from

stage 1.

  • Top risks still open, and what would clear them.
  • Recommended next actions, ordered.

State the verdict plainly and own it. Evaluation measures correctness and

quality - it does not replace responsible-AI, safety, or content-policy

review, so call those out as a separate gate when relevant.

Copilot Studio specifics

This skill targets Microsoft Copilot Studio, whose built-in agent evaluation

provides these grading methods, test sets, and quotas natively. Read

references/copilot-studio-evaluation.md for the exact native test-method names,

field limits, and quotas so your recommendations fit what the product enforces

(for example, the ~1,000-character expected-response cap and the per-agent daily

evaluation throttle). The five-stage methodology itself is sound for evaluating

any agent, but the concrete method names and limits here are Copilot Studio's.

Other skills for the same job

different authors, same section of the catalogue
Declarative Agents
by github
vendor ×1

Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration

1k tokens
Treatment Plans
by K-Dense-AI
×1

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and release gates—not for clinical decision-making.

38k tokens scripts
Okx AI
by internet-court
×1

> provider/change budget/修改卖家/修改预算/draft/草稿/我的任务/my tasks/what am I working on/关闭/取消任务/决策列表/decision list/指定服务商/browse (sender.role = COUNTERPARTY, not you); (3) literal "Read the okx-ai skill" (or legacy "Read the okx-agent-task skill") in the envelope.

57k tokens
Prior Auth Review Skill
by anthropics
vendor ×1

Automate payer review of prior authorization (PA) requests. This skill should be used when users say "Review this PA request", "Process prior authorization for [procedure]", "Assess medical necessity", "Generate PA decision", or when processing clinical documentation for coverage policy validation and authorization decisions.

23k tokens
AI Agents Architect
by lingxling
×1

Expert in designing and building autonomous AI agents. Masters tool use, memory systems, planning strategies, and multi-agent orchestration.

2k tokens
Autonomous Agents
by lingxling
×1

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability.

7k tokens
Design Orchestration
by lingxling
×1

Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order.

959 tokens
Pitchcraft
by moshuying
×1

Structured persuasion for tech leads, PMs, and founders—not activity logs. Five scenarios (kickoff, status update, wrap-up, investor pitch, solution selling) on one 5-part framework (Hook→Context→Proposal→Evidence→Ask). AI prompts for missing materials and audience context; pre-submit checklist. Claude Code plugin; Cursor, Codex, and chat via prompts.

5k tokens

How to use it

Copy the folder

Take microsoft/agent-evaluation-designer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.