What problem does it solve?
This Skill executes assigned QA audit cells in parallel browser workers so large route, viewport, and browser matrices can be tested faster without losing per-cell coverage or corrupting shared state.
Core Features & Use Cases
- Parallel cell execution: Processes a chunk of audit cells sequentially inside one isolated browser worker.
- Dedicated browser ownership: Uses the assigned MCP server and viewport only, preventing cross-worker interference.
- Coverage-safe receipts: Writes probe and interactive results to the required
.tmp/{runId}/issues/ files so downstream annotation and bug filing can rely on them.
- Resilient QA workflow: Handles login, redirects, scrolling, data readiness, console/network error capture, and timeout recovery during browser audits.
- Use case: Use this when an orchestrator needs to split a large QA run across multiple workers for Chromium, Firefox, or WebKit cells while preserving deterministic evidence collection.
Quick Start
Ask the orchestrator to dispatch a chunk of QA audit cells to this skill and let it log in, run the assigned probes, and write findings for each cell.