playwright-reviewing
Installation
SKILL.md
Playwright Code Review
Purpose
Audit Playwright E2E tests for violations of best practices. Detects anti-patterns that cause flaky tests, hide bugs, or reduce maintainability.
When NOT to Use
- Writing new tests (use
playwright-writingskill instead) - Unit test reviews (different patterns)
- API-only test reviews
- Non-Playwright E2E frameworks (Cypress, etc.)