What problem does it solve? Generated migration tests often contain weak assertions, flaky async handling, and Testing Library misuse that pass silently until they fail in CI. This Skill runs a standalone quality audit on Vitest and Playwright tests so problems surface before they erode trust in the test suite. ## Core Features & Use Cases - Multi-dimension test audit: Reviews assertions, Testing Library usage, async handling, coverage, timing/flakiness, and anti-patterns via a dedicated test-reviewer agent. - Standalone operation: Runs independently of the migration pipeline with no progress tracking, no lock, and no state mutation. - Flexible targeting: Accepts an explicit test path or defaults to the current app's Vitest and Playwright e2e directories, with per-app config resolution (pc, mobile, hana). - Use Case: After generating migration tests for the mobile app, run the audit to get a scored report with file:line findings and concrete fixes before merging. ## Quick Start Ask the assistant to review the generated tests for the mobile app with fm-test-review and report the top quality issues.