From fls
Use Playwright MCP to interactively browse, inspect, and interact with the running dev site. Use when the user asks you to look at a page, check how something looks, click through a flow, fill in forms, or debug UI issues in the browser.
npx claudepluginhub preludetech/django-craftThis skill is limited to using the following tools:
This skill uses the Playwright MCP server to interactively browse and interact with the running development site.
Automates 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.
Automates testing of local web apps with Playwright: browser navigation, UI interactions, element verification, screenshots, console logs, and debugging.
Automates Playwright browser tasks: navigates URLs, captures screenshots and accessibility snapshots, interacts with UI elements via click/type/fill, reports findings for E2E testing, deployments, and audits.
Share bugs, ideas, or general feedback.
This skill uses the Playwright MCP server to interactively browse and interact with the running development site.
Use this skill when:
http://127.0.0.1:8000demodev@email.comdemodev@email.combrowser_snapshot (accessibility tree) for understanding page structure and finding element refs — prefer this over screenshots for interactionbrowser_take_screenshot when the user wants to see what a page looks like visuallybrowser_fill_form for login and multi-field forms — it's more reliable than individual browser_type callsbrowser_snapshot or browser_wait_for to confirm the page updatedbrowser_console_messages and browser_network_requests to debug errorshttp://127.0.0.1:8000/accounts/login/demodev@email.com and password demodev@email.combrowser_snapshot returns an accessibility tree with ref attributes — use these refs for browser_click, browser_type, etc.browser_wait_for with a text parameter after HTMX requests to wait for content to appearbrowser_evaluate to run JavaScript when you need to inspect page state beyond what the snapshot provides