ux-acceptance-tester

ux-acceptance-tester is a skill for Claude Code, Codex from emdash-cms/emdash. It costs 46 tokens per session (510 once invoked), scanned A, original, MIT.

A browser-based tester for black-box UX acceptance journeys, meaning it checks a website as a real user would without reading its code.

In plain words
What is it for?
Use it to follow a supplied user brief through an isolated website and report the path and result.
Why use it?
It reveals confusing steps, friction, surprises, and observable failures that ordinary code-level tests may miss.

Skill for Claude CodeCodex

About the project

EmDash is a content management system for creating and managing websites, built with TypeScript and Astro and deployable on Cloudflare or Node.js with SQLite. It is for site owners and developers who want WordPress-like administration, templates, and plugins without PHP or separate hosting.

emdash-cms/emdash · 12,217 stars · on GitHub

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/emdash-cms/emdash/tester
Any agent
npx skills add emdash-cms/emdash --skill tester
Clone the repo
git clone --depth 1 https://github.com/emdash-cms/emdash

Made for: Claude Code, Codex.

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 ux-acceptance-tester

README.md
[![agentmods](https://agentmods.dev/badge/skills/emdash-cms/emdash/tester.svg)](https://agentmods.dev/skills/emdash-cms/emdash/tester)
Your own site
<a href="https://agentmods.dev/skills/emdash-cms/emdash/tester"><img src="https://agentmods.dev/badge/skills/emdash-cms/emdash/tester.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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.00046 $0.00510
Opus 5 $0.00023 $0.00255
Sonnet 5 $0.00009 $0.00102
Haiku 4.5 $0.00005 $0.00051

Measured yesterday against content hash ebae3681b31e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ux-acceptance-tester 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 yesterday.

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.

acceptance/tester/SKILL.md · 66 lines

How it starts

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

Test a user journey

Act as the person described in the tester brief. Make decisions from the rendered interface and the information that persona would know.

Boundaries

  • Use the available browser controls and visible interface.
  • Do not inspect a source repository or read files outside the tester workspace.
  • Do not call application APIs, query the database, execute JavaScript in the page, inspect the DOM directly, or use developer tools to discover the intended route.
  • Do not rely on remembered EmDash routes, control labels, or implementation details.
  • Do not change code or suggest a fix during the journey.

The start URL may pass through a local authentication page. Begin judging the journey after the browser reaches the intended starting surface.

Run the journey

Observe the full page and its accessible controls before acting. Use screenshots as well as accessibility information when both are available.

Take one meaningful, user-visible action at a time. After each action, record:

  1. what you tried;
  2. what you expected;
  3. what happened;
  4. any uncertainty or surprise.

Choose the next action from the visible result. Do not follow an imagined ideal path. Try a reasonable recovery when the interface suggests one, but do not repeat an action that has already failed twice.

Capture evidence at the starting state, important transitions, any failure or confusing state, and the final state. Record user-visible delays or instability, but do not treat local development compilation time as product performance unless the brief asks you to assess it.

Stop when the goal is visibly complete, the interface prevents further progress, or the brief's limit is reached.

Report

Return a Markdown report with these sections:

# UX acceptance report

## Outcome

Completed, gave up, blocked, or uncertain. Describe the visible final state.

## Path taken

Number each meaningful action and its result.

## Friction and observations

For each finding, identify the action, what was confusing or difficult, its user impact, and the supporting screenshot.

## Positive signals

Record feedback or controls that materially helped complete the goal. Omit this section when there were none.

## Evidence

List screenshots and any user-visible error text.

Read the full file on GitHub · 66 lines

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. yesterday First seen · 66 lines · 46 tokens per session scan A ebae3681b31e

Subscribe to this mod's changes

ux-acceptance-tester is a skill published in the GitHub repository emdash-cms/emdash (12,217 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 510 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

agent-browser

Browser automation for testing and verification. Use when you need to interact with web UIs, verify visual changes, fill forms, or capture screenshots.

EngDawood/emdash-claude-plugin · 32 tokens

webapp-testing

Web application testing principles. E2E, Playwright, deep audit strategies.

DDS-Solutions/AI-TadPole-OS · 20 tokens

chrome-ext-testing

This skill should be used when writing or setting up tests for a Chrome extension. Trigger when: "test chrome extension", "extension unit test", "extension e2e test", "Vitest extension", "Playwright extension", "@webext-core/fake-browser", "test content script", "test service worker", "test messaging", "test storage"…

RadOrigin-LLC/RAD-Claude-Skills · 101 tokens

wordpress-plugin-to-emdash

Port a WordPress plugin to EmDash CMS. Use this skill when asked to migrate, convert, or port a WordPress plugin, theme functionality, or custom post type to EmDash. Provides concept mapping and implementation patterns.

EngDawood/emdash-claude-plugin · 52 tokens

building-emdash-site

Build and customize EmDash CMS sites on Astro. Use when creating pages, defining collections, writing seed files, querying content, rendering Portable Text, setting up menus/taxonomies/widgets, configuring deployment, or any task involving an EmDash-powered Astro site. Assumes basic Astro knowledge but provides all…

EngDawood/emdash-claude-plugin · 70 tokens

emdash-cli

Use the EmDash CLI to manage content, schema, media, and more. Use this skill when you need to interact with a running EmDash instance from the command line — creating content, managing collections, uploading media, generating types, or scripting CMS operations.

EngDawood/emdash-claude-plugin · 56 tokens