Skill
testing
✓ Verified
Free
Playwright Website Explorer
Use Playwright to autonomously explore a website and report its structure, key flows, and interactive elements.
4.6(47 reviews)
16,400 installs
by Microsoft
About
Spins up a Playwright browser, navigates a target site, and produces a structured report of pages, navigation, forms, and interactive elements. Useful for QA discovery, accessibility audits, or generating test coverage maps.
Tags
playwrightexplorationqadiscovery
Skill Instructions Preview
# Playwright Website Explorer Explore a website and report its structure. ## Process 1. Start at the target URL 2. Catalog visible navigation links 3. Visit each top-level page (depth 2) 4. Record forms, inputs, buttons by accessible name 5. Note authentication walls 6. Note accessibility issues (missing alt, low contrast) ## Output - Site map (markdown tree) - Per-page interactive elements list - Suggested test scenarios
Install
# Add as Claude Code slash command: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/playwright-explore-website/SKILL.md" \ -o ~/.claude/commands/playwright-explore-website.md
Compatible with
claude code
Trigger phrase
/explore-siteM
Microsoft
@microsoft