What problem does it solve? AI agents claim success without proof, and prompt or model changes ship without evidence they actually improved anything. This Skill turns output quality into measurable, repeatable test suites so regressions and improvements are caught by running checks instead of gut feel. ## Core Features & Use Cases - Assertion-first grading: Each eval case pairs a prompt with deterministic asserts (equals, contains, regex, is-json, length bounds) plus model-graded asserts (llm-rubric, llm-assert) for nuance only a reader can judge. - pass^k / pass@k scoring: Cases run multiple trials, reporting pass^k (every trial passed) for reliability-critical behavior alongside pass@k, with full transcripts persisted per run. - Comparison workflows: A/B test prompt versions or inference rungs (low/medium/high/max) with position swapping, significance testing, and recorded decisions. - Use Case: After editing your agent's system prompt, run the core-dispositions regression suite to verify the behavioral changes hold, then read the per-case transcripts before trusting the score. ## Quick Start Run the eval suite named core-dispositions with three trials and show me which cases failed and why.