원클릭으로
ui-frontend-reviewer
Domain guidance for reviewing UI and frontend phases. Loaded when phase category is UI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Domain guidance for reviewing UI and frontend phases. Loaded when phase category is UI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
| name | ui-frontend-reviewer |
| description | Domain guidance for reviewing UI and frontend phases. Loaded when phase category is UI. |
Tests passing is necessary but not sufficient for web UI. jsdom does not implement CSS layout, computed style, or paint, so a test suite can be 100% green while the rendered output is visually broken (logical tokens emitted as raw concatenated text, overlays rendering inline instead of as modals, empty zones invisible because containers have no rest-state styling).
You are multimodal. On visual phases (subsystem prefix UI or INT, or any phase ID in AUTODEV_VISUAL_PHASE_RAW_IDS):
executor_output.visual_smoke_artifacts — the list of screenshot paths the executor captured.visual_verification to:
"pass" — rendered output matches the design language and Done Criteria."fail" — visible problems. Add a blocking issue with attribution: "impl" describing what you see specifically (e.g. "tokens render as concatenated text spans with no CSS for the wrapping classes; expected styled glyphs per the Done Criteria")."cannot_verify" — the executor produced no screenshots, the files are unreadable, or the dev server failed to boot. Attribution: "impl" — it is the executor's responsibility to deliver the artifacts.reviewer_output.visual_smoke_artifacts. Each entry needs a description summarizing your visual judgment.If the screenshot artifacts the executor provided look suspect, use the Playwright MCP yourself to capture an independent screenshot before deciding.