What problem does it solve? Browser test suites drift out of sync with the application over time, leaving stale selectors, missing critical flow coverage, and flaky assertions that erode trust in end-to-end testing. This Skill audits an existing Playwright or Cypress suite against the current app and records findings in the standard epic planning flow. ## Core Features & Use Cases - Suite Cataloging: Detects the test framework, enumerates spec files, and records covered flows, selectors, routes, fixtures, and skipped tests. - Gap and Flake Detection: Identifies stale selectors, missing critical flows, hardcoded waits, weak assertions, and duplicate coverage. - Epic-Integrated Reporting: Writes an audit report to docs/epics and updates the browser-test coverage epic's Flow Inventory and child feature candidates. - Use Case: After a major UI refactor, run the audit to find which e2e tests no longer match current routes and which new user flows lack any browser coverage, then get a prioritized list of child features to plan. ## Quick Start Audit the browser tests in this repository and write the findings into the browser-test epic under docs/epics.