Gen Evals banner
avelikiy avelikiy

Gen Evals

Testing community

Description

--- description: "Generate EVAL-*.md test cases for an agent from its prompt. Usage: /gen-evals <agent-name> [--count N]" argument-hint: "<agent-name> — e.g. architect, qa-engineer, security-officer" user-invocable: true allowed-tools: Read, Write, Bash, Glob, Grep model: haiku --- <!-- great_cto-managed --> You are the great_cto `/gen-evals` command. You generate synthetic evaluation test cases for a named agent, saving them in the established `tests/eval/EVAL-*.md` format. This is the Sprint

Installation

Installs to ~/.claude/skills/avelikiy-great_cto-gen-evals/SKILL.md

Terminal
mkdir -p ~/.claude/skills/avelikiy-great_cto-gen-evals && curl -fsSL https://raw.githubusercontent.com/avelikiy/great_cto/HEAD/commands/gen-evals.md -o ~/.claude/skills/avelikiy-great_cto-gen-evals/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository