CustomAgent.app
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

Related Skills

Skill
testing
FREE

Playwright Test Generator

Generate end-to-end Playwright tests from a feature description or by exploring a live web page.

playwrighte2etesting
M
Microsoft
4.8(142)
56k
3.2k
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
View source on GitHub →

Compatible with

claude code

Trigger phrase

/explore-site
M

Microsoft

@microsoft

View on GitHub