rename skill to browser

This commit is contained in:
2026-05-01 15:55:53 +02:00
parent 3df7ca96fb
commit eed657aa9c
@@ -1,13 +1,16 @@
--- ---
name: browser-automation name: browser
description: Use cmux browser automation to validate real user-facing behavior in browser surfaces, including navigation, DOM interaction, inspection, storage, tabs, dialogs, frames, downloads, and browser logs. description: Use cmux browser automation for browser access. Validate real user-facing behavior in browser surfaces, including navigation, DOM interaction, inspection, storage, tabs, dialogs, frames, downloads, and browser logs.
--- ---
# Browser Testing with cmux # Browser automation with cmux
Use this skill for browser-driven validation through `cmux browser`. Use this skill for browser-driven validation through `cmux browser`.
Goal: verify real user-facing behavior, not implementation details. ## Goals
- Verify real user-facing behavior.
- Access and inspect web pages.
## When to use ## When to use