Skip to main content

playwright

Use a real browser to navigate, verify, extract, and reproduce UI behavior through deterministic scripted steps.

Jump to install

Source facts

Repository
Calvin-Corbett/thomas
Last source activity
September 9, 2026 at 02:49
Detected SKILL.md language
English
Stars
4
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
playwright
description
Use a real browser to navigate, verify, extract, and reproduce UI behavior through deterministic scripted steps.
# Playwright Use this skill when Thomas needs a real browser for verification, data capture, or repeatable UI workflows. ## Workflow 1. Navigate to the target page or local app. 2. Reproduce the flow with the minimum reliable browser actions. 3. Capture snapshots, screenshots, console errors, or network evidence as needed. 4. Turn observations into concrete fixes or proof artifacts. 5. Re-run the critical path after any UI change. ## Rules - Prefer deterministic browser steps over vague manual descriptions. - Keep browser evidence tied to the exact page state you tested.
View on GitHub