E2e Failure Classifier banner
voidmatcha voidmatcha

E2e Failure Classifier

Testing & QA community

Description

--- name: e2e-failure-classifier description: Use when a Playwright or Cypress test failure needs a root cause, to classify ONE failure into the F1–F15 taxonomy shared by playwright-debugger and cypress-debugger. Give it the failing test name and the report excerpt (error, stack, attempt info); it reads the spec and config, returns the F-code with confidence, evidence, and a concrete fix. Read-only. Spawn one per failure to triage a large report in parallel. tools: Read, Grep, Glob --- <!-- e2e

Installation

Installs to ~/.claude/agents/voidmatcha-e2e-skills-e2e-failure-classifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/voidmatcha/e2e-skills/HEAD/agents/e2e-failure-classifier.md -o ~/.claude/agents/voidmatcha-e2e-skills-e2e-failure-classifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository