From playwright
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/playwright:playwright-explore-websiteThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explore a website using the Playwright MCP server to identify key functionalities and generate test candidates.
Explore a website using the Playwright MCP server to identify key functionalities and generate test candidates.
browser_navigate to load the page, then browser_snapshot to capture the initial statebrowser_close when exploration is completedata-testid > role > text > CSS selectorsFor 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]
npx claudepluginhub atc-net/atc-agentic-toolkitAutomates browser testing for web apps using Playwright MCP: navigate pages, click/fill elements, take screenshots, verify UI/console logs, debug frontend issues, validate responsive design.
Writes Playwright end-to-end browser tests for web applications. Activates on requests for browser tests, e2e tests, or UI testing.
Automates headless E2E tests with Playwright MCP: navigation, element interaction, form handling, and cross-browser testing. Use when running CI/CD test automation or Playwright-based browser tests.