一键导入
visual-verdict
Visual QA verdict for screenshots and UI. Use for "verify UI", "visual check", "screenshot verdict", and "visual comparison".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Visual QA verdict for screenshots and UI. Use for "verify UI", "visual check", "screenshot verdict", and "visual comparison".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage OMA skills — list, add, remove, search, and edit skills
Socratic deep interview with mathematical ambiguity gating before autonomous execution
Remove AI slop - low-quality, generic, or verbose content. Use for "clean up", "remove fluff", and "make concise".
Consensus planning - agree before executing. Use for "ralplan", "consensus", "pre-execution review".
Setup routing and environment configuration. Use for "setup", "configure", and "get started".
N coordinated agents on shared task list using Claude Code native teams, with git worktree isolation per executor
| name | visual-verdict |
| description | Visual QA verdict for screenshots and UI. Use for "verify UI", "visual check", "screenshot verdict", and "visual comparison". |
| trigger | /oma:visual-verdict |
Evaluate screenshots and visual outputs for quality and correctness.
| Severity | Description | Action |
|---|---|---|
| Critical | Wrong/missing content | Must fix |
| Major | Significant layout/style issues | Should fix |
| Minor | Small deviations | Consider fixing |
| Trivial | Imperceptible differences | Ignore |
PASS — Matches expected, no issues CONDITIONAL — Minor issues, acceptable FAIL — Major issues need fixing INCONCLUSIVE — Cannot determine
## Visual Verdict
### Comparison
**Reference:** {file/URL}
**Actual:** {file/URL}
### Element Checks
#### Layout
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {pos} | {pos} | ✅/❌ |
#### Styling
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {style} | {style} | ✅/❌ |
#### Content
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {text} | {text} | ✅/❌ |
### Issues Found
#### Critical
- **{issue}** — {description}
#### Major
- **{issue}** — {description}
#### Minor
- **{issue}** — {description}
### Verdict
| Criterion | Status |
|-----------|--------|
| Layout | ✅/❌ |
| Styling | ✅/❌ |
| Content | ✅/❌ |
| Functionality | ✅/❌ |
**Overall:** PASS / CONDITIONAL / FAIL / INCONCLUSIVE
**Reason:** {explanation}
**Recommendation:** {if any}