playwright-qa-cli

playwright-qa-cli is a skill for Claude Code, Codex from EricTechPro/startup-claude-skills. It costs 152 tokens per session (2,683 once invoked), scanned A, original, MIT.

A skill for testing web pages in a headless browser, which is a browser controlled without a visible window. It can create a test user, log in, take screenshots, and write a test report.

In plain words
What is it for?
Use it to verify or check a page such as a dashboard, test a change, capture each step, and produce REPORT.md.
Why use it?
It helps reproduce a reported problem and check whether a code change fixed it, with saved evidence of the result.

Skill for Claude CodeCodex

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/erictechpro/startup-claude-skills/playwright-qa-cli
Any agent
npx skills add EricTechPro/startup-claude-skills --skill playwright-qa-cli
Clone the repo
git clone --depth 1 https://github.com/EricTechPro/startup-claude-skills

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 playwright-qa-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/erictechpro/startup-claude-skills/playwright-qa-cli.svg)](https://agentmods.dev/skills/erictechpro/startup-claude-skills/playwright-qa-cli)
Your own site
<a href="https://agentmods.dev/skills/erictechpro/startup-claude-skills/playwright-qa-cli"><img src="https://agentmods.dev/badge/skills/erictechpro/startup-claude-skills/playwright-qa-cli.svg" alt="Measured on agentmods" 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 2,683 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.00152 $0.02683
Opus 5 $0.00076 $0.01341
Sonnet 5 $0.00030 $0.00537
Haiku 4.5 $0.00015 $0.00268

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

Security

Grade A, and why

playwright-qa-cli 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.

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/playwright-qa-cli/SKILL.md · 240 lines

How it starts

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

Playwright QA (CLI Variant)

Automated headless-browser QA using playwright-cli bash commands. Provisions a test user, logs in, navigates to target pages, screenshots each step, generates REPORT.md, cleans up.

CRITICAL: No MCP Tools

Do NOT use any mcp__plugin_playwright_playwright__* tools. Use ONLY playwright-cli bash commands via the Bash tool. If playwright-cli is not found, STOP and ask user to install — do NOT fall back to MCP tools.

PATH Setup — REQUIRED

Prefix EVERY playwright-cli bash command with:

export PATH="$HOME/.npm-global/bin:$PATH" && playwright-cli ...

Parameters

Parameter Default Example Description
base prod local prod = CONFIG.md PROD_URL, local = http://localhost:3000
mode check verify verify = reproduce bug, check = confirm fix
url auto-detect /dashboard/receipts Page to test
change_description from git diff "Fixed button overflow" What to verify
ticket_id none PROJ-123 Issue tracker ticket (folder naming)
skip_cleanup false true Keep test user alive

Configuration

All project-specific settings are defined in CONFIG.md at the root of this skill directory. Before first use, copy CONFIG.example.md to CONFIG.md and fill in your values.

Setting Source
Test Email CONFIG.mdTEST_USER_EMAIL
Test Password CONFIG.mdTEST_USER_PASSWORD
Supabase Project ID CONFIG.mdSUPABASE_PROJECT_ID
Production URL CONFIG.mdPROD_URL
Viewport 1440x900

Password note: Avoid !, \, $ in test passwords — playwright-cli fill escapes shell-special characters.

Execution Flow

Phase 1:   Setup (mkdir screenshots, detect route from git diff)
Phase 1.5: Dev server (local only — check port 3000, start if needed)
Phase 2:   Provision test user → read references/provision.md
Phase 3:   Login via CLI → use state-save for auth persistence
Phase 4:   Navigate & test target page
Phase 5:   Cleanup → read references/cleanup.md + playwright-cli close
Phase 6:   Generate REPORT.md → read references/report-templates.md

Read the full file on GitHub · 240 lines

Files

What ships with it

4 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 First seen · 240 lines · 152 tokens per session scan A 049339d3b66b

Subscribe to this mod's changes

playwright-qa-cli is a skill published in the GitHub repository EricTechPro/startup-claude-skills (54 stars, last pushed 3mo ago), licensed MIT. It adds 152 tokens to every session and 2,683 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-30.