원클릭으로
verify-ui
Run Browser Validation with Playwright golden-path checks, screenshots, console/network capture, and HTML reporting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run Browser Validation with Playwright golden-path checks, screenshots, console/network capture, and HTML reporting.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure.
Select and run a multi-agent workflow pattern for work that exceeds one agent's reliable scope. Use for parallel research, independent reviews, cross-domain changes, or high-risk implementation planning.
Select and run a multi-agent workflow pattern for work that exceeds one agent's reliable scope. Use for parallel research, independent reviews, cross-domain changes, or high-risk implementation planning.
Use composable middleware behaviors for provider/tool execution: retry, caching, timeout, telemetry, and budget guards.
Use this skill whenever the agent makes a mistake, the user observes an avoidable failure, a pattern recurs, or someone says "the agent keeps doing X". Files an "Engineer the Harness" entry — Mitchell Hashimoto's discipline: every failure becomes a permanent prevention mechanism. Always invoke this instead of just fixing the immediate symptom.
Use composable middleware behaviors for provider/tool execution: retry, caching, timeout, telemetry, and budget guards.
| name | verify-ui |
| description | Run Browser Validation with Playwright golden-path checks, screenshots, console/network capture, and HTML reporting. |
| allowed-tools | Bash(node .harness/scripts/verify-ui.mjs:*) |
| suggested-turns | 6 |
Runs Tier 4 Browser Validation for a project UI.
node .harness/scripts/verify-ui.mjs --url=http://localhost:3000
node .harness/scripts/verify-ui.mjs --command="npm run dev" --url=http://localhost:3000
node .harness/scripts/verify-ui.mjs --mock --allow-mock-exit-zero
--mock is only a report-generation smoke mode. It is not browser evidence and
must not be used to satisfy a task evidence ui gate.
.harness/ui-validation/<run-id>/.summary.json — machine-readable pass/fail and artifacts.report.html — browser validation dashboard.screenshots/home.png — full-page screenshot when Playwright runs..harness/ui-validation/latest.json — pointer to the latest result.Task evidence that references summary.json requires passing page-load,
screenshot, console-errors, and network-failures summary checks.