What problem does it solve? Agent and LLM features are probabilistic, so a simple unit test cannot answer "does this still work?" This Skill provides a structured workflow for defining eval suites, running them against your system, grading outputs, and tracking quality over time with statistically defensible numbers instead of gut feel. ## Core Features & Use Cases - Eval Suite Definition: Create YAML suites with test cases, tags, and graders (exact match, contains, regex, JSON schema, numeric range, custom shell, model-based with rubrics, or human review). - Statistically Honest Reporting: Split results into hard gates (100% required) and quality scores, report every rate with a sample size N and Wilson 95% confidence interval, and surface the worst slice instead of a blended average. - Regression & Significance Testing: Maintain golden-set baselines, flag regressions after changes, and use McNemar's paired test to verify whether a before/after improvement is real or noise. - Use Case: You changed a routing prompt and want to ship it. Run the full suite, confirm zero regressions, and check McNemar on the fixed test set before claiming the 3-point accuracy gain is real. ## Quick Start Ask the agent to create an eval suite for your agent feature with at least 10 test cases covering happy paths, edge cases, and failures, then run it and generate a report.