What problem does it solve?
Manually checking brepjs CAD part validity is error-prone: visual renders only confirm shape, not correctness, and raw JSON reports are hard to interpret without context. This skill eliminates that guesswork by guiding you through the full verification and repair workflow.
Core Features & Use Cases
- Structured Report Interpretation: Parses the brep CLI JSON report to clearly distinguish between broken geometry (failed validity checks) and valid but dimensionally incorrect geometry (failed assertions).
- Targeted Repair Guidance: Uses error codes and hints to localize issues to the smallest responsible code section, avoiding full part rewrites.
- Use Case: You have a machined bracket part that fails validation. Use this skill to read the report, identify the invalid fillet radius error, adjust only that section of code, and re-verify until the part passes all checks.
Quick Start
Use the verify skill to check the validity of your attached brepjs CAD part file, interpret its verification report, and guide you through fixing any reported errors step by step.