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
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).
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.
test-driven-development
Enforces a strict RED → GREEN → REFACTOR loop with an anti-patterns reference. The flagship skill from the Superpowers library.