audit-ui-e2e

audit-ui-e2e is a skill for Claude Code from mostafa-drz/claude-skills. It costs 152 tokens per session (3,582 once invoked), scanned A, original, MIT.

A browser-based end-to-end review that explores an app from a beginner's perspective and records problems with their location, impact, reproduction steps, and severity.

In plain words
What is it for?
It audits local, staging, production, or preview apps, walks through interactive elements, skips destructive actions by default, and produces a triage board for follow-up.
Why use it?
It exposes confusing or broken interactions that may be missed by testing only individual components.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Good fit It audits local, staging, production, or preview apps, walks through interactive elements, skips destructive actions by default, and produces a triage board for follow-up.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mostafa-drz/claude-skills/audit-ui-e2e
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 mostafa-drz/claude-skills --skill audit-ui-e2e
Clone the repo
git clone --depth 1 https://github.com/mostafa-drz/claude-skills

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 audit-ui-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/audit-ui-e2e/github.svg)](https://agentmods.dev/skills/mostafa-drz/claude-skills/audit-ui-e2e)
Your own site
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/audit-ui-e2e"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/audit-ui-e2e/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 audit-ui-e2e

Your own site · 80×15
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/audit-ui-e2e"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/audit-ui-e2e.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,582 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.
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.00152 $0.03582
Opus 5 $0.00076 $0.01791
Sonnet 5 $0.00030 $0.00716
Haiku 4.5 $0.00015 $0.00358

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

Security

Grade A, and why

audit-ui-e2e 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 10d 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.

code/audit-ui-e2e/SKILL.md · 284 lines

How it starts

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

Audit UI End-to-End

Walk a running UI with beginner's mind. Drive the browser through every interactive surface inside the target scope, log each rough edge as a structured finding, and ship a triage-board the user can hand to a teammate or paste into a ticket system.

The target can be anything reachable in a browser — a local dev server, staging, production, a specific route, a single modal, an entire flow, a deployed PR preview. Branch context is detected and used as enrichment when the URL is on localhost, but isn't required.

Preferences

On startup, use the Read tool to load ~/.claude/skills/audit-ui-e2e/preferences.md. If missing, use defaults.

Defaults:

  • default-depth: standard
  • auto-open-triage: true (open the resulting viewer in Chrome at the end)
  • destructive-default: skip (Delete / Purge / Drop / Wipe buttons skipped unless --include-destructive)
  • localhost-port-hint: 3000 (used only to ask "should I start the dev server" when localhost is the target and the port is dead)

Context

On startup, use Bash to detect (best-effort, skip on failure):

  • Whether the user is currently in a git repo (git rev-parse --is-inside-work-tree)
  • If so: current branch, recent commits ahead of main, files changed
  • A Linear/Jira ticket key from the branch name if pattern matches (e.g. feat/ais-2060-…)
  • If the target URL is on localhost: whether the port is listening

These are used to seed the audit's metadata + plan, not as preconditions. The skill works fine on any URL with no git context.

Command routing

Check $ARGUMENTS:

  • help → show help, then stop
  • config → interactive setup, then stop
  • reset → delete preferences, confirm, then stop
  • bare URL or path as first arg → target (e.g. /audit-ui-e2e https://app.example.com/dashboard or /audit-ui-e2e /w/30/meetings)
  • --scope <description> → free-text scope hint (e.g. --scope "the new export buttons in the header")
  • --depth quick|standard|thorough → override default depth
  • --include-destructive → don't skip destructive actions; clicks Delete/Purge/etc. but honors confirmation dialogs (missing confirms become findings)
  • anything else (including empty) → run the audit, ask for target

Read the full file on GitHub · 284 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. 10d ago First seen · 284 lines · 152 tokens per session scan A f1f50cec97b6

Subscribe to this mod's changes

audit-ui-e2e is a skill published in the GitHub repository mostafa-drz/claude-skills (4 stars, last pushed 28d ago), licensed MIT. It adds 152 tokens to every session and 3,582 once invoked, about $0.0008 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.