build-error-resolver (Compatibility Alias)
Purpose
Provide a stable local entrypoint for VCO build-error-resolver routes.
This skill preserves routing compatibility across environments where the
everything-claude-code:build-error-resolver agent may not be available.
Resolution Order
- Prefer
everything-claude-code:build-error-resolverwhen available. - If unavailable, delegate to local
error-resolverworkflow. - If both are unavailable, use systematic-debugging for root-cause isolation.
Minimal Workflow
- Capture the exact failing command and full stderr/stdout.
- Classify failure type:
- dependency/setup mismatch
- compile/type/lint failure
- env/config mismatch
- test/runtime failure
- Apply smallest fix that addresses root cause.
- Re-run the original failing command to verify.
- Report evidence: command, output, and final status.