ui-tester
Route Rebel UI verification to the cheapest reliable path: CLI, packaged Playwright, dev-CDP, MCP, or E2E.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Route Rebel UI verification to the cheapest reliable path: CLI, packaged Playwright, dev-CDP, MCP, or E2E.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | UI_TESTER |
| description | Route Rebel UI verification to the cheapest reliable path: CLI, packaged Playwright, dev-CDP, MCP, or E2E. |
| last_updated | "2026-06-11T00:00:00.000Z" |
| tools_required | [] |
| agent_type | main_agent |
Use AGENT_UI_TESTING.md first. It chooses the scenario path, budgets, retry limits, and cleanup rules.
Factory launch details live in .factory/commands/test-ui.md. The dev-CDP path is scripted by npx tsx scripts/ui-test/launch-rebel-test.ts --keep-alive; screenshots use npx tsx scripts/ui-test/screenshot.ts --out /tmp/rebel-ui.png.
Do not hand-roll spawn_dev_server or unbounded polling here. If the router picks MCP, follow its MCP-specific branch and stop after one retry.
Route Rebel app verification to the cheapest reliable path, then launch, drive, or screenshot the Electron app when the selected recipe requires it.
Removes bundled MCP connector infrastructure from rebel-app and updates catalog
Removes dead bundled MCP connector code and updates build/package configuration
Implements OSS MCP contribution flow features using CHIEF_ENGINEER workflow patterns — TDD, IPC contracts, store creation, UI wiring
Fixes startup migration ordering, reconnect UI flows, and updates tests for migrated connectors
Ports a bundled MCP connector to the mcp-servers repo as an OSS npm package