e2e-verification

e2e-verification is a skill for Claude Code from Chorus-AIDLC/Chorus. It costs 54 tokens per session (1,538 once invoked), scanned A, original, AGPL-3.0.

A browser-based end-to-end verification workflow for checking Chorus frontend changes in a running application.

In plain words
What is it for?
Use it to find local credentials, sign in with Playwright, visit the changed page, and capture acceptance screenshots or snapshots.
Why use it?
It helps confirm that a feature works through the real interface, including login and navigation, instead of relying only on code checks.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

About the project

Chorus is a coordination harness for teams of coding agents and humans, combining agent orchestration, task tracking, permissions, observability, and recovery in one workflow. It is for collaborative software development where agents propose changes and people verify them before delivery, and the catalogue entries provide its skills, hooks, agents, commands, MCP integration, plugin, and configuration.

Chorus-AIDLC/Chorus · 1,159 stars · on GitHub · chorus-ai.dev

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/chorus-aidlc/chorus/e2e-verification
Any agent
npx skills add Chorus-AIDLC/Chorus --skill e2e-verification
Clone the repo
git clone --depth 1 https://github.com/Chorus-AIDLC/Chorus

Made for: Claude Code.

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-verification

README.md
[![agentmods](https://agentmods.dev/badge/skills/chorus-aidlc/chorus/e2e-verification.svg)](https://agentmods.dev/skills/chorus-aidlc/chorus/e2e-verification)
Your own site
<a href="https://agentmods.dev/skills/chorus-aidlc/chorus/e2e-verification"><img src="https://agentmods.dev/badge/skills/chorus-aidlc/chorus/e2e-verification.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,538 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00054 $0.01538
Opus 5 $0.00027 $0.00769
Sonnet 5 $0.00011 $0.00308
Haiku 4.5 $0.00005 $0.00154

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

Security

Grade A, and why

e2e-verification scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w "%{http_code}" http://localhost:8637/login # expect 200
.claude/skills/e2e-verification/SKILL.md · 97 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 97 lines · 54 tokens per session scan A e4208572efdc

Subscribe to this mod's changes

e2e-verification is a skill published in the GitHub repository Chorus-AIDLC/Chorus (1,159 stars, last pushed today), licensed AGPL-3.0. It adds 54 tokens to every session and 1,538 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

nobrainer-browser

Use when the owner says nb-browser or nobrainer-browser, asks to inspect or operate a rendered website, attach to an existing approved Chrome/Edge session, restart an approved non-default Chromium profile for loopback CDP, reproduce a browser flow, run Playwright tests, or record and analyze a Playwright trace. Prefer…

nobrainer-tech/nobrainer-tech-skills · 94 tokens

regulars

Use when you want to verify a site works by having agents act as real users completing common tasks — browsing, subscribing, purchasing, searching. Each agent has a goal and clicks through the real flow using browser MCP tools.

2389-research/review-squad · 47 tokens

webapp-testing

Automated webapp testing with Playwright. Server management, UI testing, visual debugging, and reconnaissance-first approach.

bobmatnyc/claude-mpm · 27 tokens

playwright-tabbed-orchestration

Parent Agent uses playwright-tabbed to allocate browser tabs and partition tasks, then spawns child agents in parallel — each operating on its assigned tabid — for browser acceptance testing or automation, with a final aggregated summary. Suitable for multi-page validation, parallel module checks, and…

songofhawk/playwright-mcp-tabbed · 96 tokens

test-web-ui

Automated web QA skill: analyzes a website or project, generates end-user use cases, derives a structured test plan, executes tests via Playwright browser automation, and produces a full HTML/Markdown QA report with screenshots and pass/fail results. TRIGGER this skill whenever the user asks to: test a website, run QA…

biggora/dev-team · 179 tokens

playwright-cli

Automate browser interactions, test web pages and work with Playwright tests.

biggora/dev-team · 19 tokens