Install
1
Install the plugin$
npx claudepluginhub atc-net/atc-agentic-toolkitWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Explore a website interactively using Playwright MCP to identify key functionalities, user flows, and UI elements for testing purposes. Use when the user wants to understand a website's structure, discover testable features, or prepare for writing tests.
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
Website Exploration for Testing
Explore a website using the Playwright MCP server to identify key functionalities and generate test candidates.
Workflow
- Get the target URL — If not provided, ask the user for the URL to explore
- Navigate and orient — Use
browser_navigateto load the page, thenbrowser_snapshotto capture the initial state - Identify core features — Explore 3-5 key user flows by interacting with navigation, forms, buttons, and dynamic elements
- Document findings — For each feature record:
- User interaction steps
- Relevant UI elements and their locators (data-testid, role, text)
- Expected outcomes and assertions
- Close browser — Use
browser_closewhen exploration is complete - Summarize and propose tests — Provide a concise summary of findings and propose test cases based on discovered flows
Exploration Tips
- Start with the main navigation to understand site structure
- Look for forms, modals, dropdowns, and interactive elements
- Check responsive behavior if relevant
- Note any loading states, error states, or edge cases
- Prefer stable locators:
data-testid>role>text> CSS selectors
Output Format
For each discovered feature:
### Feature: [Name]
- **URL**: /path
- **Steps**: 1. Click X → 2. Fill Y → 3. Submit
- **Key elements**: [locator details]
- **Suggested test**: [brief test description]
Stats
Stars0
Forks1
Last CommitMar 9, 2026
Similar Skills
brainstorming
7 files
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
superpowers
102.8k