What problem does it solve? Validating changes to prompts, routing, or specialist agents in a multi-agent system is expensive and error-prone; this Skill gates those changes behind a deduplicated, cost-controlled end-to-end regression suite so regressions are caught before merge without wasting billable model requests. ## Core Features & Use Cases - Cost-aware regression gating: Runs a deduplicated core tier of test cases by default, reserving the live canary and broader evaluation corpus for explicit requests because they consume additional billable model requests. - Pre-flight readiness checks: Verifies OPENAI_API_KEY is set, the local Opik tracing server is reachable, and all 9 OBaI MCP servers report healthy before any paid run starts. - Trace inspection and HTML reporting: Fetches curated Opik trace views (skill loads, specialist calls, verdicts) and renders results.json plus report.md into a structured HTML report with verdict distribution and per-case detail. - Use Case: After modifying the crypto specialist's routing prompt, ask for an OBaI E2E regression run to execute the canonical case set (product resolution, quotes, order books, OHLCV, backtests, artifact export, and fail-closed boundary checks) and review the rendered HTML report. ## Quick Start Ask the assistant to run the OBaI E2E regression core tier to validate your recent prompt or routing changes before merging.