voidmatcha
UserFour agent skills for Playwright and Cypress: generate E2E tests from scratch with live browser exploration, review existing specs against 20 anti-patterns (P0/P1/P2 severity), and debug failures from playwright-report/ or cypress/reports/. For Claude Code, Codex.
Categories
Indexed Skills (4)
e2e-reviewer
Use for Playwright/Cypress E2E spec/POM static review, not runtime failure debugging. Triggers: review tests, audit quality, weak/flaky tests, anti-patterns, coverage gaps, tests pass but miss bugs. Reviews 24 anti-patterns. P0 must-fix (silent always-pass): name-assertion mismatch, missing Then, error swallowing, Cypress uncaught:exception suppression, always-passing assertions, bypass patterns, focused test leak, missing assertions, missing auth setup, missing await on expect, missing await on action. P1 should-fix (poor diagnostics): raw DOM queries, hard-coded sleeps, flaky test patterns, inconsistent POM usage, hardcoded credentials, direct page action API, expect.soft overuse, module-level mutable state in test utilities, unmocked real-backend writes, optimistic UI without call proof. P2 nice-to-fix (maintenance): YAGNI + zombie specs, manually-captured session-file dependency, fixture ignores render guards.
cypress-debugger
Debug failed Cypress tests from mochawesome/JUnit/local/CI reports; diagnose runtime errors, flakes, selectors, timing.
playwright-debugger
Debug failed Playwright tests from reports/traces/screenshots/local/CI output; diagnose runtime failures and flakes.
playwright-test-generator
Generate new Playwright E2E tests for pages, flows, components; use for add/write/create test coverage.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.