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.