Add Eval banner
SrikanthVemulapally SrikanthVemulapally

Add Eval

AI community

Description

--- name: add-eval description: Add automated eval (LLM-as-judge or deterministic) for an AI-powered feature user-invocable: true --- Add eval for: $ARGUMENTS ## What Are Evals? Evals are automated tests that measure the quality of AI-powered outputs. Unlike unit tests (pass/fail on exact output), evals measure: - Accuracy (is the answer factually correct?) - Relevance (does it answer what was asked?) - Format compliance (does it follow the output schema?) - Safety (does it refuse harmful req

Installation

Installs to ~/.claude/commands/srikanthvemulapally-ai-native-boilerplate-add-eval.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SrikanthVemulapally/ai-native-boilerplate/HEAD/.claude/commands/add-eval.md -o ~/.claude/commands/srikanthvemulapally-ai-native-boilerplate-add-eval.md

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

Full documentation available on GitHub

View Source Repository