mit einem Klick
browser-qa
// Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
// Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
Build a new holaOS app using @holaboss/app-builder-sdk (5 backend primitives + optional shadcn dashboard UI). The canonical path for vibe-coded apps — integration modules AND dashboard apps both live here.
Provision a production-ready teammate only after its stable responsibilities, prerequisites, and reusable operating guidance are understood.
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
Build the visual layer of a holaOS dashboard app — TanStack Start + @holaboss/ui + workspace tokens. Use when an app has SDK primitives wired (via app-builder-sdk) AND needs a `src/client/` UI surface. NOT for marketing pages, NOT for snapshot HTML reports.
This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).
Use when working in the embedded browser and you want the cheapest reliable interaction loop.
| name | browser-qa |
| description | Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop. |
Use this skill when the task is browser validation, repro, regression checking, or investigation in the workspace-embedded browser.
browser_act with wait_for over separate click then wait loops.browser_find when the target is known but compact state did not include it.browser_get_state detail=compact for orientation and detail=standard only when compact state is insufficient.data-* attributes, hrefs, or hydration data with a narrow read-only browser_evaluate before treating the fact as unavailable.browser_get_console, browser_get_errors, and browser_list_requests only after the cheaper orientation/action path failed or the issue is clearly runtime/network-related.browser_get_request only for one suspect request after browser_list_requests narrowed the field.browser_storage_get and browser_cookies_get to inspect auth or state flags before rerunning a long login flow.browser_storage_set and browser_cookies_set only for controlled state repair, not as a default shortcut.download_started and download_completed waits plus browser_list_downloads.