playwright-cli-agent

Installation
SKILL.md

Playwright CLI for Agents

Drive a real browser from the CLI to inspect, explore, and reproduce UI behavior. This skill is not the same as playwright-test. Use it when the goal is to operate a web app live — not to write a *.spec.ts test.

When to Use

Trigger this skill for:

  • Live UI exploration of a running web app.
  • Reproducing a UI bug end-to-end before writing a fix or a test.
  • Capturing screenshots for bug reports, before/after comparisons, or responsive checks.
  • Validating a flow manually (login, checkout, a multi-step form).
  • Discovering stable selectors before authoring a Playwright test.
  • Inspecting visual state, layout regressions, or Redis Insight plugin iframes.

If the goal is to author or fix *.spec.ts files, switch to the playwright-test skill.

Installation Check

Confirm Playwright CLI is available:

Related skills
Installs
1
GitHub Stars
3
First Seen
2 days ago