What problem does it solve? Teams routinely over-invest in slow E2E suites, under-test critical boundaries, or accept generated tests with no trustworthy oracle. This Skill derives a testing strategy from named risks and evidence costs instead of shape dogma, and audits existing suites to find the single highest-leverage fix. ## Core Features & Use Cases - Greenfield strategy interview: Walks a gated decision tree across quality practices, unit/integration/contract/E2E levels, and stochastic evaluation to produce an evidence portfolio with costs and reopening signals, persisted as a decision file. - Existing suite review: Inspects real test code and CI configuration, classifies tests by resources touched rather than directory names, and recommends exactly one highest-leverage rebalancing move — including a plain "no change justified" verdict when warranted. - Oracle independence gate: Evaluates generated, recorded, or snapshotted tests against an independent-oracle checklist to reject coverage theatre. - Use Case: Ask "why is CI slow and still missing bugs?" and receive a dated review report classifying your suite, naming misplaced evidence, and proposing one concrete move such as replacing mocked persistence tests with real-database boundary tests. ## Quick Start Ask the agent to review my test suite and recommend the highest-leverage rebalancing move.