Browser review
Skill NDDev-it-com/rldyour-mimocode/.mimocode/skills/browser-review
Используй для browser QA только через управляемые Playwright CLI и Chrome DevTools MCP. EN: managed CloakBrowser evidence review.From its SKILL.md
npx -y skills add NDDev-it-com/rldyour-mimocode --skill browser-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 5 commands, including `$HOME/.local/bin/cloakbrowser-cdp-health` and 4 more.
SKILL.md
2.0 KB, 442 tokens by cl100k_base, as published. Nobody here has run it
browser-review
Mandatory CloakBrowser Boundary
This boundary applies before every browser action:
-
Run exactly:
$HOME/.local/bin/cloakbrowser-cdp-healthIf the command is missing or exits nonzero, stop immediately and report
NOT_PROVEN. -
Browser execution is permitted only through:
- the exact
$HOME/.local/bin/playwright-cliexecutable;run-codeand--filenameare forbidden; - the approved Chrome DevTools MCP transport, exactly
/bin/sh -c 'exec "$HOME/.local/bin/chrome-devtools-mcp" --headless --isolated --no-usage-statistics --no-performance-crux'.
- the exact
-
Never execute the Webwright Python runtime, stock/raw/in-app Browser,
browser_agent,node_repl, computer-use, Playwright MCP, raw Playwright,bunx,npx, direct package invocations, alternate CDP endpoints, alternate browser executables, alternate browser configs, or any fallback. No fallback is allowed.
Use the managed Playwright CLI for browser flows, screenshots, snapshots, traces,
responsive checks, and long-horizon stepwise workflows. Use the managed Chrome
DevTools MCP transport for console, network, runtime, DOM/layout, performance,
Lighthouse, and memory diagnosis. webwright-task is a compatibility intent
only; it routes here and never authorizes Webwright runtime execution.
Run health again immediately before every browser action:
$HOME/.local/bin/cloakbrowser-cdp-health
$HOME/.local/bin/playwright-cli -s="${RY_PROJECT_SLUG:-rldyour}" open "$URL"
$HOME/.local/bin/cloakbrowser-cdp-health
$HOME/.local/bin/playwright-cli -s="${RY_PROJECT_SLUG:-rldyour}" snapshot
$HOME/.local/bin/cloakbrowser-cdp-health
$HOME/.local/bin/playwright-cli -s="${RY_PROJECT_SLUG:-rldyour}" screenshot
Report exact evidence paths and NOT_PROVEN for anything this boundary cannot
verify.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.