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 직업 분류 기준
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
| 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.