E2e Failure Classifier
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
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 RepositoryRelated Agents
Gitnexus Test Ci Verifier
GitNexus test and CI reviewer. Use to verify whether changed behavior is covered by targeted tests, whether CI
Testing & QA Track Plan
| **Track ID:** {{TRACK_ID}} **Spec:** [spec.md](./spec.md) **Estimated Effort:** {{EFFORT_ESTIMATE}}... | - |
Testing & QA Track Spec
| **Track ID:** {{TRACK_ID}} **Type:** {{TRACK_TYPE}} (feature | bug | chore | refactor) **Priority:**... | -
Testing & QA Workflow
| 1. **plan.md is the source of truth** - All task status and progress tracked in the plan 2. **Test-D... | -
Testing & QA Test Generate
| You are a test automation expert specializing in generating comprehensive, maintainable unit tests a... | -
Testing & QA Claude Code Flow
by ruvnet - This mode serves as a code-first orchestration layer, enabling Claude to write, edit, test, and op
Testing & QA