What problem does it solve? You have existing model responses, chatbot logs, or agent traces and need to assess them against structured criteria without re-running an LLM. This Skill guides you through karenina's TaskEval API to run judge-only verification on pre-collected outputs. ## Core Features & Use Cases - Pre-Recorded Output Evaluation: Log plain text or structured conversation traces and evaluate them with the same template/rubric engine as Benchmark mode, skipping answer generation. - Template and Rubric Verification: Attach BaseAnswer templates with VerifiedField definitions and optional LLM rubric traits for qualitative assessment. - Multi-Step Evaluation: Score outputs globally or per named step, with configurable merge strategies for combining logs before judging. - Use Case: You collected 200 chatbot responses from a production deployment. Log each response into a TaskEval instance, attach a template checking factual claims and a rubric for evidence citation, then run a judge-only pass with Claude to score every response. ## Quick Start Ask the AI to evaluate a pre-recorded model response with karenina TaskEval by logging the output, attaching an answer template, and running evaluate with parsing_only set to true.