Back to Skills

webapp-testing

Anthropic's official skill for testing web apps with Playwright — drive the UI, verify behavior, and capture what actually rendered.

Testing & DebuggingINTERMEDIATEby Anthropic
Claude CodeClaude DesktopClaude.aitestingplaywrightfrontend

Key Information

Install / Load
/plugin install example-skills@anthropic-agent-skills
View Source & Install Guide

How This Skill Works

Official Anthropic skill that gives the agent a disciplined Playwright workflow for verifying web apps: launch the app, drive real interactions, assert on the resulting DOM/state, and capture screenshots as evidence.

Use it so the agent verifies UI work by actually exercising it instead of declaring success blind. Pairs with the Playwright MCP (/mcp/playwright).