Back to Skills
playwright-skill
General-purpose browser automation as a skill: navigate, interact, and assert with Playwright. Popular community skill.
Testing & DebuggingINTERMEDIATEby lackeyjb
Claude Codeplaywrightbrowsertesting
Key Information
Install / Load
git clone https://github.com/lackeyjb/playwright-skill
How This Skill Works
Community skill giving the agent a reusable Playwright workflow for browser automation — navigating pages, interacting with elements, and asserting on results.
Install by copying the skill into your skills directory (see the source repo for exact setup). For an MCP-based alternative, see /mcp/playwright.
Related Skills
test-writer
Writes comprehensive, maintainable unit, integration, and property-based tests. Focuses on high-value coverage and realistic edge cases.
debug-analyzer
Systematically diagnoses bugs and production issues. Reproduces the problem, narrows the root cause, and proposes minimal fixes with explanations.
webapp-testing
Anthropic's official skill for testing web apps with Playwright — drive the UI, verify behavior, and capture what actually rendered.