What it does. > 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 have agents-cli eval run
(chains generate
+ grade
), tests/eval/datasets/
, and tests/eval/eval_config.yaml
. Start with executing eval run
and iterate from there.
When to use it. Use when you "run an evaluation", "evaluate my agent", "evaluate my ADK agent", "write an eval dataset", "analyze eval failures", "compare eval results", "optimize agent", or needs guidance on the…
Install
npx skills add google/agents-cli --skill google-agents-cli-eval
Or copy the skill folder manually:
git clone https://github.com/google/agents-cli.git
cp -r agents-cli/skills/google-agents-cli-eval/ ~/.claude/skills/google-agents-cli-eval
Source: google/agents-cli — 5,793 stars, Apache-2.0, last pushed 2026-09-01.