1k-ui-verify

Installation
SKILL.md

UI Verification (Desktop CDP + RN agent-device)

Drive the running OneKey app to confirm a UI change instead of guessing from code. Pick the backend by the platform under test — never assume one tool covers all.

Decision: which backend?

Platform under test Backend Why
Desktop (Electron) CDP 9222 + playwright-core Renderer is Chromium; already enabled in dev. See electron-cdp.md
iOS / Android (native RN) agent-device Real simulator/emulator/device, RN component tree. See agent-device-rn.md
Web / Extension Out of scope here Use plain Playwright/Puppeteer against the dev URL

playwright-core (^1.50.0) is already a root dependency — no install needed for desktop. agent-device is an external CLI/MCP — see its rule file for setup.

Workflow

Installs
4
GitHub Stars
2.4K
First Seen
Jun 20, 2026
1k-ui-verify — onekeyhq/app-monorepo