Help us improve
Share bugs, ideas, or general feedback.
From rldyour-browser
Маршрутизация браузерных задач: Playwright vs Chrome DevTools vs оба. Используй для: выбор браузерного MCP, проверь в браузере, скриншот vs дебаг, какой инструмент запустить, что использовать для UI. EN triggers: pick browser MCP, validation vs diagnosis, screenshot vs debug, which browser tool, route browser task, Playwright vs DevTools.
npx claudepluginhub nddev-it-com/rldyour-claudecode --plugin rldyour-browserHow this skill is triggered — by the user, by Claude, or both
Slash command
/rldyour-browser:browser-tool-routingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Choose the right browser MCP workflow before acting. Playwright MCP and Chrome DevTools MCP overlap, but they are not interchangeable.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Choose the right browser MCP workflow before acting. Playwright MCP and Chrome DevTools MCP overlap, but they are not interchangeable.
User-facing conversation stays in Russian unless requested otherwise. Repository documentation and committed files stay in English.
Use this skill without waiting for explicit invocation when the task asks to:
For implementation tasks, after routing select the concrete skill: browser-validation for proof and browser-debug for diagnosis.
Use Playwright MCP first (mcp__plugin_rldyour-mcps_playwright__*) for:
--caps=network,storage,testing,devtools.Use Chrome DevTools MCP first (mcp__plugin_rldyour-mcps_chrome-devtools__*) for:
Use both when:
For unknown browser bugs:
browser/, capture accessibility snapshot.For planned UI implementation:
All browser MCP screenshots, videos, traces, PDFs, HAR-like exports, and temporary browser evidence must be written under browser/.
Do not commit browser artifacts. Delete them after the task unless the user explicitly asks to preserve evidence. If evidence must be kept, prefer a text summary with paths and observations over committing binary files.
The agent may decide how to interact with browser flows when the environment is local, test, staging, or clearly non-destructive. For production, payments, account settings, data deletion, credential changes, irreversible submissions, or external sites with real-world side effects, follow Claude Code safety and confirmation rules.
Do not store real credentials or sensitive session state in the repository. Use test accounts or user-provided temporary credentials only when needed.
When routing is the main task, answer in Russian with:
Chosen workflow: Playwright, Chrome DevTools, or both.Why: concrete reason based on the task.Evidence to collect: screenshots, snapshots, console, network, trace, Lighthouse, or manual checks.Risks: side effects, auth/session needs, unavailable browser context, or production safety concerns.