e2e-reviewer

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

A control for reviewing only the Playwright or Cypress files named by the caller. It checks them against a defined list of end-to-end testing problems and reports only confirmed findings.

In plain words
What is it for?
Use it for a controlled review of named end-to-end test files, following the supplied output format and the canonical pattern definitions.
Why use it?
It keeps a review focused on the requested files and avoids treating every possible pattern match as a real issue. The documented rules also define when a finding is a false positive.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/voidmatcha/e2e-skills/catalog-control
Any agent
npx skills add voidmatcha/e2e-skills --skill catalog-control
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/catalog-control.svg)](https://agentmods.dev/skills/voidmatcha/e2e-skills/catalog-control)
Your own site
<a href="https://agentmods.dev/skills/voidmatcha/e2e-skills/catalog-control"><img src="https://agentmods.dev/badge/skills/voidmatcha/e2e-skills/catalog-control.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 128 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.00128
Opus 5 $0.00012 $0.00064
Sonnet 5 $0.00005 $0.00026
Haiku 4.5 $0.00002 $0.00013

Measured 4d ago against content hash 31d589477236, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d ago.

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.

benchmarks/reviewer-holdout-v2/catalog-control/SKILL.md · 19 lines

What it actually says

E2E Reviewer Catalog Control

Review only the Playwright or Cypress files named by the caller.

Use references/pattern-reference.md as the canonical definition, severity, scope, and false-positive contract for every pattern. Inspect all named files before deciding. Report only findings confirmed by that contract.

Follow the caller's output schema exactly.

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. 4d ago First seen · 19 lines · 23 tokens per session scan A 31d589477236

Subscribe to this mod's changes

e2e-reviewer is a skill published in the GitHub repository voidmatcha/e2e-skills (12 stars, last pushed 3d ago), licensed Apache-2.0. It adds 23 tokens to every session and 128 once invoked, about $0.0001 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

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

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

testing

Writes and documents the test suite for a generated cli-web- CLI (Phase 3): unit tests with mocked HTTP, live E2E tests, subprocess tests via resolvecli, and the TEST.md plan/results record. Use after the methodology skill completes implementation.

ItamarZand88/CLI-Anything-WEB · 55 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