Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input can be: - A file path: review that specific test file - A directory: review all test files in the directory - Empty: review all tests in the project's Steps 1. Gather Context - Read for project settings - List all / files in scope - If reviewing a single file, also check related page objects and fixtures 2. Check Each File Against Anti-Patterns Load from this skill directory. Check for all 20 anti-patterns. Critical (must fix): 1. usage 2. Non-web-first assert…