Playwright
Gives Claude autonomous headless browser control — it spins up a browser, clicks through your UI, checks everything works, and fixes broken tests.
About this skill
name: playwright description: Use when Gives Claude autonomous headless browser control — it spins up a browser, clicks through your UI, checks everything works, and fixes broken tests.
Playwright
The Playwright skill gives Claude full autonomous browser control. It spins up a headless browser, clicks through your app like a real user, validates every feature works, and fixes tests when they break. Even Anthropic's Boris Churnney built a custom /go slash command on top of Playwright to autonomously test his own code.
What you get
- Autonomous browser testing, UI click-through validation, automatic test fixing when tests break, headless browser control across Chromium, Firefox, and Safari.
Customize your output
- Configure which browsers to test (Chromium, Firefox, Safari) and define test coverage depth and which flows to prioritize.
Example output
Playwright ran 14 UI tests, caught broken checkout flow on step 3, auto-fixed the selector, confirmed passing. All green.
Best for
Developers who hate writing tests, vibe coders shipping fast, QA-conscious solo builders.
Source: Doobie · https://www.youtube.com/watch?v=1GgyJfCK608 Category: Development / Testing · Priority: Standard
SKILL.md preview
---
name: playwright
description: Use when Gives Claude autonomous headless browser control — it spins up a browser, clicks through your UI, checks everything works, and fixes broken tests.
---
# Playwright
The Playwright skill gives Claude full autonomous browser control. It spins up a headless browser, clicks through your app like a real user, validates every feature works, and fixes tests when they break. Even Anthropic's Boris Churnney built a custom /go slash command on top of Playwright to autonomously test his own code.
## What you get
- Autonomous browser testing, UI click-through validation, automatic test fixing when tests break, headless browser control across Chromium, Firefox, and Safari.
## Customize your output
- **Configure which browsers to test (...