Playwright Automation Expert
Playwright E2E test architecture, POM, flaky-test debugging, and REST API testing.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 22e953c
Ran the bundled scaffold.mjs for real in a throwaway dir — it created the exact tests/pages/fixtures layout and .gitignore entries it promises, nothing more. Skill-guided login test swapped brittle #id/.class selectors and waitForTimeout for role-based locators and toHaveURL auto-wait assertions, both explicit MUST-NOT/MUST-DO items in its own body.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Playwright Automation Expert does
Guides Playwright E2E test writing with Page Object Model, role-based selectors, project scaffolding, and REST API assertions (status/schema/idempotency). Triggers on requests to write/debug Playwright or browser E2E tests, set up test project structure, or test REST APIs.
How to install Playwright Automation Expert
git clone https://github.com/jmr85/e2e-agent-skills
mkdir -p ~/.claude/skills
cp -r e2e-agent-skills/skills/playwright-automation-expert ~/.claude/skills/playwright-automation-expert
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Playwright Automation Expert
-
/playwright-automation-expertPlaywright E2E test architecture, POM, flaky-test debugging, and REST API testing.
It also activates on plain-language prompts like these:
-
Write a Playwright test for the checkout flow on our site. -
My Playwright suite keeps flaking, can you help debug it? -
Set up a new Playwright project with page objects for our app.
Frequently asked questions
- Is the Playwright Automation Expert skill free?
- Yes. The skill itself is free from jmr85/e2e-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Playwright Automation Expert work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the bundled scaffold.mjs for real in a throwaway dir — it created the exact tests/pages/fixtures layout and .gitignore entries it promises, nothing more. Skill-guided login test swapped brittle #id/.class selectors and waitForTimeout for role-based locators and toHaveURL auto-wait assertions, both explicit MUST-NOT/MUST-DO items in its own body.
- What is the Playwright Automation Expert SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Playwright Automation Expert?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Playwright Automation Expert with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.