一键导入
projection-verification
Use this skill when you need to compare rendered projections against the reference drawing and propose concrete fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when you need to compare rendered projections against the reference drawing and propose concrete fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | projection-verification |
| description | Use this skill when you need to compare rendered projections against the reference drawing and propose concrete fixes. |
Evaluate whether the current model matches the drawing closely enough.
{ "status": "PASS | WARN | FAIL | BLOCKED", "views": { "front": {"score": 0.0, "mse": 0.0, "pixel_iou": 0.0, "edge_iou": 0.0, "diff_path": "..."}, "top": {...}, "right": {...} }, "summary": ["..."], "overall_score": 0.0 }
{ "status": "PASS | FIX_REQUIRED | BLOCKED", "edits": [ {"priority": 1, "instruction": "...", "reason": "...", "affected_views": ["front"]} ], "recommendation": "..." }