eval-guide
Plan, generate, and interpret Copilot Studio agent evaluations
All Skills in This Repository (6)
Pure Emerald Level Indicatorseval-generator
Generate eval test cases from an eval suite plan or agent description.
eval-triage-and-improvement
Triage Copilot Studio eval results into structured reports with owners and actions.
eval-result-interpreter
Analyzes Copilot Studio evaluation CSV results to generate a structured triage report.
eval-guide
Define agent purpose, success criteria, and evaluation scope into test artifacts.
eval-suite-planner
Generate a structured eval plan from an agent description for MS Learn Stage 1 Define.
eval-faq
Answer AI agent evaluation questions with cited Microsoft ecosystem guidance.
Frequently Asked Questions
FAQPage SchemaHow to install eval-guide?โผ
Run `npx skills add microsoft/eval-guide --all -g -y` in your terminal to install all six evaluation skills globally.
Do I need a running agent to use eval-guide?โผ
No. The Discover, Plan, and Generate stages work from a plain-English agent description; only the Run stage requires a live Copilot Studio agent.
How does eval-guide interpret failing test results?โผ
It classifies each failure as an eval-setup problem or an agent-quality problem, then returns a SHIP, ITERATE, or BLOCK verdict based on your hard gates and pass-rate targets.
Does eval-guide work with Claude Code and GitHub Copilot?โผ
Yes. It ships as both a Claude Code plugin and GitHub Copilot prompt files, and all six skills behave identically in either environment.
Can non-developers use eval-guide?โผ
Yes. You describe your agent in plain English and review results in interactive browser dashboards; no coding is required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core