npx claudepluginhub voidmatcha/e2e-skillsAI agent testing toolkit to generate, review, and debug Playwright and Cypress E2E tests. Four agent skills: generate tests from scratch with live browser exploration, explicit user approval, and first-run scaffolding of project testing conventions (AGENTS.md E2E section + seed spec) for consistent AI generation across Claude Code, Codex, and Playwright Agents; review existing specs against 24 anti-patterns grouped by P0/P1/P2 severity — P0 must-fix (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 (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 (YAGNI + zombie specs, manually-captured session-file dependency, fixture ignores render guards); debug failed Playwright tests from playwright-report/; debug failed Cypress tests from cypress/reports/. Built for E2E test automation, flaky test root-cause analysis, false-positive detection, and test smell scanning.
E2E tests that always pass are worse than no tests — they give false confidence while real bugs slip through. A Claude Code plugin that catches what CI misses: tests that pass but prove nothing, and failures that are hard to trace.
Four complementary skills that cover the full E2E lifecycle:
playwright-test-generator — generates Playwright E2E tests from scratch, from coverage gap analysis to passing, reviewed testse2e-reviewer — static analysis of existing Playwright, Cypress, and Puppeteer specs; finds 13 anti-patterns that make tests pass CI while missing real regressionsplaywright-debugger — diagnoses failures from playwright-report/ and classifies root causes (flaky timing, selector drift, auth, environment mismatch, and more)cypress-debugger — same for Cypress report filesplaywright-test-generator → generate with approval → auto-reviewed by e2e-reviewerplaywright-debugger invoked automatically after 3 fix attemptse2e-reviewer → fix → re-runplaywright-debugger or cypress-debugger → fix → re-run# npx skills (recommended)
npx skills install dididy/e2e-skills
# Claude Code plugin marketplace
/plugin marketplace add dididy/e2e-skills
/plugin install e2e-skills@dididy
# Clone directly
mkdir -p ~/.claude/skills
git clone https://github.com/dididy/e2e-skills.git ~/.claude/skills/e2e-skills
playwright-test-generator — Test GenerationGenerates Playwright E2E tests from scratch for any project. Starts from coverage gap analysis, explores the live app via agent-browser tools, designs scenarios with your approval, and auto-reviews generated tests with e2e-reviewer.
Generate playwright tests
Generate playwright tests for the login page
Write e2e tests for the settings page
Add playwright coverage for checkout flow
Step 1: Detect environment (config, baseURL, test dir, POM structure)
Step 2: Coverage gap analysis → user picks target
Step 3: Live browser exploration via agent-browser tools
Step 4: Scenario design → Plan Mode → user approves
Step 5: Code generation (POM + spec or flat spec, auto-detected)
Step 6: YAGNI audit + e2e-reviewer quality gate
Step 7: TS compile + test run → playwright-debugger on failure
e2e-reviewer catches P0 issues before you ever run the testsplaywright-debuggere2e-reviewer — Quality ReviewCatches issues in E2E tests that pass CI but fail to catch real regressions.
Review my E2E tests
Audit the spec files in tests/
Find weak tests in my test suite
My tests always pass but miss bugs
Tests pass CI but miss regressions
My tests are fragile and break on every UI change
We have coverage but bugs still slip through
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations