What problem does it solve? Test suites often accumulate flaky, non-deterministic, or poorly structured tests that erode confidence in CI pipelines. This Skill audits existing test files against established quality criteria and produces a scored, actionable review report. ## Core Features & Use Cases - Multi-Dimension Quality Evaluation: Analyzes determinism, isolation, maintainability, and performance using parallel subagent workers, then aggregates a weighted 0-100 score with letter grade. - Knowledge-Base-Grounded Feedback: Validates tests against TEA knowledge fragments covering BDD format, fixture patterns, data factories, network-first interception, and flakiness detection. - Tri-Modal Workflow: Supports Create, Resume, Validate, and Edit modes with step-file architecture and progress tracking frontmatter. - Use Case: A QA engineer reviewing a Playwright test suite runs the workflow to detect hard waits, missing test IDs, and shared state, receiving a report with file:line violations, severity ratings, and recommended fixes. ## Quick Start Ask the agent to review the tests in your tests directory and generate a quality score report.