一键导入
browser-testing
Browser automation and visual testing using Antigravity's browser_subagent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browser automation and visual testing using Antigravity's browser_subagent
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pre-generation gap analysis — surface hidden requirements, AI-slop risks, and missing guardrails before the plan is written
Unified external CLI agent runner — backend detection, command dispatch, retry logic, response parsing
Structured codebase search protocol — deep parallel exploration before acting on unfamiliar code
Post-generation plan review — verify references, executability, and acceptance criteria before execution
High-IQ architecture consulting mode — complex trade-offs, hard debugging, read-only analysis
Autonomous exploration and goal-driven execution — read extensively before acting
| name | browser-testing |
| description | Browser automation and visual testing using Antigravity's browser_subagent |
Use Antigravity's browser_subagent tool for browser-based testing, visual verification, and UI interaction recording.
Always provide clear, specific tasks to browser_subagent:
browser_subagent(
TaskName: "Verify Login Flow",
Task: "1. Navigate to http://localhost:3000/login
2. Type 'testuser' into the username field
3. Type 'password123' into the password field
4. Click the 'Sign In' button
5. Verify the page shows 'Welcome, testuser'
6. Return whether the login was successful",
RecordingName: "login_flow_test"
)
RecordingName (lowercase, underscores, max 3 words)After making UI changes, verify visually:
run_command (background)browser_subagent to navigate to the changed page| Task | Pattern |
|---|---|
| Fill a form | Specify each field + value + submit action |
| Check responsive layout | Resize browser, check element visibility |
| Test navigation | Click links, verify URL changes |
| Verify error states | Submit invalid data, check error messages |
| Record a demo | Walk through a user flow, name the recording |