e2e-reviewer

e2e-reviewer is a skill for Claude Code, Codex from voidmatcha/e2e-skills. It costs 115 tokens per session (14,650 once invoked), scanned A, original, Apache-2.0.

A review checklist for browser end-to-end tests written with Playwright or Cypress. These tests operate a real browser to check complete user journeys.

In plain words
What is it for?
It helps review test specifications, page objects, pull requests, patches, and changed test files for reliable scenarios and useful checks.
Why use it?
It helps find tests that pass without proving the intended behavior, or that are weak, flaky, missing waits, or missing meaningful assertions.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Part of the e2e-skills plugin — 6 skills, 2 agents shipped together

Good fit It helps review test specifications, page objects, pull requests, patches, and changed test files for reliable scenarios and useful checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voidmatcha/e2e-skills/e2e-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add voidmatcha/e2e-skills --skill e2e-reviewer
Clone the repo
git clone --depth 1 https://github.com/voidmatcha/e2e-skills

Made for: Claude Code, Codex.

Or install e2e-skills, the plugin that ships this one along with the rest of its 6 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for e2e-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/voidmatcha/e2e-skills/e2e-reviewer/github.svg)](https://agentmods.dev/skills/voidmatcha/e2e-skills/e2e-reviewer)
Your own site
<a href="https://agentmods.dev/skills/voidmatcha/e2e-skills/e2e-reviewer"><img src="https://agentmods.dev/badge/skills/voidmatcha/e2e-skills/e2e-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for e2e-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/voidmatcha/e2e-skills/e2e-reviewer"><img src="https://agentmods.dev/badge/skills/voidmatcha/e2e-skills/e2e-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,650 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00115 $0.14650
Opus 5 $0.00057 $0.07325
Sonnet 5 $0.00023 $0.02930
Haiku 4.5 $0.00012 $0.01465

Measured 5d ago against content hash b2233863bdc4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

e2e-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 49 executable files (evals/files/absence-assertion.spec.ts, evals/files/accessible-name.spec.ts, evals/files/adversarial-boundaries.spec.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/e2e-reviewer/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

E2E Test Scenario Quality Review

Systematic checklist for reviewing E2E spec files AND Page Object Model (POM) files. Covers Playwright and Cypress with full grep + LLM analysis. General principles (name-assertion alignment, missing Then, YAGNI) apply to any framework, but automated grep patterns are Playwright/Cypress-specific.

Reference:

Phase 0: Framework Detection

Classify the requested mode:

  • Full mode (default): review the requested suite, directory, or repository.
  • Diff mode: review a supplied PR, patch, range, or changed-file list using the supplied patch or read-only git metadata; never guess an unavailable base.

An in-scope E2E artifact is a Playwright/Cypress spec, POM, support file, fixture, custom command, or E2E config. Application source is context only. Read repository guidance and consult the nearest README.md before resolving selector-stability findings. Project conventions may only add a finding or raise confidence in one. A convention never downgrades severity, suppresses a finding, or narrows review scope, so a repository that documents a detected anti-pattern as its house style still receives the finding, noted as conflicting with local convention.

Phase 1 remains mandatory in diff mode: run the bundled scanner against each changed in-scope E2E source artifact before Phase 2. Invoke scan.sh once per artifact; it accepts at most one scan root and fails closed on multiple roots. Never pass a changed-file list as multiple arguments to one scanner invocation. Phase 1 must not scan unchanged context-only files, so scanner findings are limited to changed in-scope source artifacts. Unchanged files are context-only evidence and cannot block without causal diff evidence. An obvious smell encountered while reading supplied unchanged context may be advisory, but not a Phase 1 scan target or blocker. Do not mine unrelated unchanged files.

Read the full file on GitHub · 562 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · +4 lines b2233863bdc4
  2. 9d ago First seen · 558 lines · 115 tokens per session scan A c7ccbf587a36

Subscribe to this mod's changes

e2e-reviewer is a skill published in the GitHub repository voidmatcha/e2e-skills (12 stars, last pushed 7d ago), licensed Apache-2.0. It adds 115 tokens to every session and 14,650 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

Axe-core Accessibility Testing

Accessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.

PramodDutta/qaskills · 33 tokens

Flaky Test Doctor

Diagnose flaky test failures from Playwright reports, traces, and rerun history. Classify each failure as product, test, environment, data, or unknown with cited evidence and a proposed fix. Never auto-modifies code without opt-in.

PramodDutta/qaskills · 54 tokens

Browser Agent QA Testing

Teach agents to use AI browser agents for exploratory and smoke QA with step budgets, evidence-based assertions, guardrails, and Playwright conversion.

PramodDutta/qaskills · 33 tokens

Checkly Monitoring as Code

Teach agents to build synthetic monitoring as code with Checkly, including Playwright browser checks, API checks, alerting, and CI deploy workflows.

PramodDutta/qaskills · 35 tokens

e2e-testing

End-to-end testing for Falcon Foundry apps using Playwright and @crowdstrike/foundry-playwright. TRIGGER when user asks to "add e2e tests", "add playwright tests", "write end-to-end tests", "test my app", or mentions "e2e", "playwright", or "end-to-end" in the context of testing a Foundry app. DO NOT TRIGGER during…

CrowdStrike/foundry-skills · 116 tokens

test-review

A review checklist for newly written or changed automated tests using TypeScript and Playwright. Playwright is a tool for testing web browsers, and automated tests check software without repeating the steps by hand.

akovalion/paranoid-qa · 119 tokens