Use when validating or debugging a workflow in the embedded browser and you need a reproducible, evidence-first loop.
66
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./runtime/harnesses/src/embedded-skills/browser-qa/SKILL.mdUse 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.74c7b6f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.