Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion skills/playwright-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: playwright-cli
description: Automate browser interactions, test web pages and work with Playwright tests.
description: >
Use when the user says: "go to this URL", "click this button", "fill this
form", "take a screenshot", "scrape this page", "log in to X", "run my
Playwright tests", "this test is failing", "write a test for", "mock this
API", "record a demo". The skill opens a live browser with Playwright and drives it.
allowed-tools: Bash(playwright-cli:*) Bash(npx:*) Bash(npm:*)
---

Expand Down