Loading...
Loading...
Found 44 Skills
Explains how to add and debug playwright MCP tools and CLI commands.
Live browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots.
Playwright MCP server: browser automation via MCP protocol, page interaction, form filling
Private browser testing rules for jb workflows. Prefer playwrighter_exec with careful tab selection, fall back to agent-browser, and avoid playwright-mcp.
Write, review, or debug end-to-end tests using Playwright. Use when asked to 'write e2e tests', 'add Playwright tests', 'test this user flow', 'fix flaky tests', 'create a test suite', or 'debug this e2e failure'. Invoke with /playwright-e2e or when user mentions e2e tests, Playwright, or test automation. Do NOT use for live browser interaction via MCP tools — use playwright-mcp for that. Do NOT use for unit/integration tests — use tdd-guide agent instead.
Generate a Playwright test based on a scenario using Playwright MCP
Website exploration for testing using Playwright MCP
Automate filling in a form using Playwright MCP
Enables Claude to create, edit, and present Microsoft PowerPoint presentations via Playwright MCP
Enables Claude to read, compose, and manage emails in Microsoft Outlook via Playwright MCP
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎三个平台的自动化发布流程。使用Playwright MCP工具实现平台导航和发布页面进入,支持通过storageState管理Cookie实现账号切换。当用户需要发布文章到自媒体平台、打开平台发布页面、切换自媒体账号时使用此skill。工作流程:1)检查并打开指定平台 2)验证登录状态 3)自动关闭广告弹窗 4)导航到发布文章页面 5)收集发布信息 6)自动填写并发布。
Test web implementations using Playwright MCP for E2E testing. Creates test reports in docs/testing/*.md. Supports email-based auth testing via Mailinator (registration, verification, password reset, notifications).