What problem does it solve?
This Skill helps you understand why LLM evaluations are failing by finding evaluation definitions, running tests, and summarizing pass/fail patterns across many generations.
Core Features & Use Cases
- Investigate evaluation results across run types: Use one workflow for both deterministic hog checks and prompt-based llm_judge scoring by querying the shared
$ai_evaluation event schema.
- Inspect and manage evaluation configurations: List, fetch, create, update, enable/disable, run, test (Hog dry-run), and delete evaluation configs to pinpoint what changed or why a verdict differs.
- Generate AI summaries and verify with raw data: Produce grouped pass/fail/N/A pattern summaries and then validate findings via ClickHouse SQL against evaluation events and reasoning fields.
- Drill into representative failures: Use trace/generation lookup to inspect concrete examples behind each detected pattern.
Quick Start
Use the exploring-llm-evaluations skill to summarize why evaluation <evaluation_uuid> is failing by running the evaluation summary tool with filter set to fail.