원클릭으로
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": "..." }