google-agents-cli-eval
Installation
SKILL.md
ADK Evaluation Guide
Requires:
agents-cli(uv tool install google-agents-cli) — install uv first if needed.
Scaffolded project? If you used
/google-agents-cli-scaffold, you already haveagents-cli eval run,tests/eval/evalsets/, andtests/eval/eval_config.json. Start withagents-cli eval runand iterate from there.
Reference Files
| File | Contents |
|---|---|
references/criteria-guide.md |
Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config |
references/user-simulation.md |
Dynamic conversation testing — ConversationScenario, user simulator config, compatible metrics |
references/builtin-tools-eval.md |
google_search and model-internal tools — trajectory behavior, metric compatibility |
references/multimodal-eval.md |
Multimodal inputs — evalset schema, built-in metric limitations, custom evaluator pattern |
The Eval-Fix Loop
Related skills