What problem does it solve?
This Skill helps maintainers confirm that the Quark ONNX skill family still routes requests correctly, produces valid planning and artifact outputs, and handles common failures in a predictable way before a release or after a skill update.
Core Features & Use Cases
- Routing Verification: Checks that ONNX prompts are routed to the correct quark-onnx-* skill and never misrouted to torch skills.
- Planning Validation: Confirms that quantization plans are internally consistent, match the requested preset, and respect deployment-target constraints.
- Artifact and Recovery Checks: Validates manifests and generated scripts, and tests that error cases are diagnosed with practical fixes or proper handoffs.
- Use Case: A maintainer runs this Skill after changing ONNX workflow wording or presets to catch broken routing, invalid manifests, or unsupported preset combinations before shipping.
Quick Start
Ask the skill to manually verify the Quark ONNX skill family across routing, planning, artifact, and recovery cases and record the results in a validation report.