一键导入
web-ui-ux-review-orchestrator
Review and fix UI/UX issues in web pages. Use whenever the user reports layout bugs, chart failures, or asks to improve page design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review and fix UI/UX issues in web pages. Use whenever the user reports layout bugs, chart failures, or asks to improve page design.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when executing implementation plans with independent tasks in the current session
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when you have a spec or requirements for a multi-step task, before touching code
| name | web-ui-ux-review-orchestrator |
| description | Review and fix UI/UX issues in web pages. Use whenever the user reports layout bugs, chart failures, or asks to improve page design. |
| when_to_use | Use when the user asks to review, audit, or fix UI/UX issues in a web page or component. Common triggers: "this page looks bad", "the table is broken", "charts are not rendering", "fix the layout", "improve the UI", "button alignment is wrong", "find UI issues". |
| paths | ["**/*"] |
| version | 1.0.0 |
| trust | agent-created |
Helps systematically review and fix UI/UX issues in web pages or components. Combines a UI review skill with parallel subagent remediation to efficiently address multiple visual and interaction bugs in a single pass.
ui-ux-pro-max) on the target file to surface issuesdocs/<feature>-ui-issues.md with severity
levels (Critical/High/Medium) and specific fixesTaskCreate, grouping related
fixes to minimize agent countScenario: The user says "the dashboard page is broken — buttons are misaligned, charts do not show up, and the table looks wrong".
Walkthrough:
ui-ux-pro-max on src/views/dashboard/index.vuesrc/components/charts/, check ECharts registration,
and inspect other dashboard pages for layout patternsdocs/dashboard-ui-issues.md listing 8 issues with severity and file locationsOutcome: All identified issues are documented and fixed in one coordinated pass,
with an audit trail in docs/.