What problem does it solve? LLM agents behave non-deterministically, so traditional single-run software tests fail to catch regressions—agents that ace benchmarks often fail in production. This Skill provides a structured evaluation framework covering behavioral testing, capability assessment, and reliability metrics. ## Core Features & Use Cases - Statistical Test Evaluation: Run tests multiple times and analyze result distributions instead of relying on single pass/fail outcomes. - Behavioral Contract Testing: Define and enforce agent behavioral invariants, plus adversarial testing to actively break agent behavior. - Anti-Pattern Detection: Avoid single-run testing, happy-path-only tests, and brittle output string matching. - Use Case: Before deploying a customer-support agent, run a regression suite across repeated trials, measure score distributions, and verify the agent is not gaming a single metric while failing the actual task. ## Quick Start Evaluate my LLM agent with a behavioral regression test suite that runs each test multiple times and reports reliability metrics.