SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Playwright Development Guide ## Table of Contents - [Adding and Modifying APIs](api.md) — define API docs, implement client/server, add tests - [MCP Tools and CLI Commands](mcp-dev.md) — add MCP tools, CLI commands, config options - [Vendoring Dependencies](vendor.md) — bundle third-party npm packages into playwright-core or playwright ## Build - Assume watch is running and everything is up to date. - If not, run `npm run build`. ## Lint - Run `npm run flint` to lint everything before commit.