원클릭으로
ux-critique
Evaluate a UI against usability and accessibility heuristics. Use when the user wants a UX, usability, or a11y review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Evaluate a UI against usability and accessibility heuristics. Use when the user wants a UX, usability, or a11y review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Produce a structured handoff document summarizing completed work and next steps.
Produce a phased execution plan aligned to the oh-my-gemini roadmap gates.
Perform a structured code review of recent changes or a specific scope.
Orchestrate parallel tmux workers for a multi-agent team task.
Verify that acceptance criteria are met and work is complete.
Run a focused Gemini advisor prompt and save the reusable result artifact. Use when the user wants a quick advisor-style answer without a full workflow.
| name | ux-critique |
| aliases | ["/ux-review","ux critique","usability review","accessibility audit","a11y check"] |
| primaryRole | designer |
| description | Evaluate a UI against usability and accessibility heuristics. Use when the user wants a UX, usability, or a11y review. |
Use this skill to evaluate UI/UX quality, usability, and accessibility.
## UX Critique Report
### Summary
- Overall score: X/10
- Critical issues: N
- Warnings: N
### Heuristic Evaluation
| # | Heuristic | Score | Finding |
|---|-----------|-------|---------|
| 1 | Visibility of system status | pass/warn/fail | Detail... |
...
### Accessibility Audit
| Level | Criterion | Status | Detail |
|-------|-----------|--------|--------|
| A | 1.1.1 Non-text Content | pass/fail | ... |
...
### Prioritized Recommendations
1. [CRITICAL] ...
2. [WARNING] ...
3. [IMPROVEMENT] ...