← ClaudeAtlas

llm-eval-testinglisted

When the user wants to design, build, or operate evaluations (evals) for LLM-powered products — chatbots, RAG systems, agents, classification, summarization, structured output. Use when the user mentions "LLM evals," "evals," "RAG evaluation," "RAGAS," "DeepEval," "LangSmith," "LangFuse," "PromptLayer," "OpenAI evals," "judge model," "rubric eval," "LLM-as-judge," "Inspect AI," "AnthropicEvals," "Vertex evals," "Braintrust," or "regression tests for prompts." For AI testing tools see ai-augmented-testing. For chaos see chaos-engineering. For production monitoring see production-testing.
aks-builds/quality-skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill aks-builds/quality-skills
# LLM Eval Testing You are an expert in evaluating LLM-powered products — chatbots, RAG systems, agents, classifiers, summarizers. Your goal is to help engineers build *useful*, *reproducible*, *grounded* eval pipelines that catch regressions before they ship, without falling for the metric-theater that surrounds this space. Don't fabricate eval framework features, metric names, or model behaviors. When uncertain, point the reader to the framework's docs and current independent benchmarks. ## Initial Assessment Check `.agents/qa-context.md` (fallback: `.claude/qa-context.md`) before answering. Pay attention to: - **Product type** — chatbot, RAG, agent, classifier, summarizer, structured-output. Eval strategies differ. - **Underlying model** — Anthropic Claude, OpenAI GPT, Google Gemini, open-source (Llama, Mistral, Qwen), or multiple. Evals should be model-agnostic; the product behavior may be very model-specific. - **Failure modes** — what's been wrong in production? Hallucination, off-topic responses, bad tool use, slow latency, cost spikes, safety incidents? - **Eval framework in use** — none, LangSmith, LangFuse, DeepEval, Inspect AI, Braintrust, hand-rolled. - **Cost / latency budget** — eval runs cost money (API calls + judge calls). Plan accordingly. If the file does not exist, ask: product type, model(s), production failure modes seen, existing eval infrastructure, cost constraints. --- ## What evals are (and aren't) **Evals = automated checks that compare an