What problem does it solve? Test suites often contain hidden quality defects—hard waits, tautological assertions, shared state, missing test IDs—that make tests flaky or meaningless while still reporting green. This Skill audits existing test files against a deterministic criteria registry and produces a 0-100 quality score with actionable, severity-ranked findings. ## Core Features & Use Cases - Rubric-Based Scoring: Evaluates tests against a pinned criteria registry (Critical/High/Medium/Low rows) covering determinism, isolation, fixtures, data factories, network-first patterns, and flakiness, with a fixed deduction ledger and severity caps. - Framework-Aware Review: Adapts to Playwright, Jest, Cypress, Vitest, Pact contract tests, and Maestro mobile flows, loading only the relevant knowledge base fragments for the detected stack. - Headless and Interactive Modes: Runs interactively with Create/Resume/Validate/Edit modes, or fully non-interactively via CLI-supplied review sets for CI integration. - Use Case: A QA engineer points the Skill at a directory of Playwright specs before a merge; it returns a scored report listing each violation with file:line location, registry row, and a recommended fix with code examples. ## Quick Start Ask the agent to review the test quality of the files in your tests directory and generate a scored review report.