Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Compare multiple solutions for correctness and performance
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -23% | 0% |
Compare multiple algorithm solutions against the same test cases to verify correctness and benchmark performance.
json{ "type": "object", "properties": { "solutions": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "code": { "type": "string" }, "language": { "type": "string" } } } }, "testCases": { "type": "array" }, "mode": { "type": "string", "enum": ["correctness", "performance", "stress", "minimal"] }, "oracleSolution": { "type": "string" }, "timeout": { "type": "integer", "default": 5000 } }, "required": ["solutions", "mode"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "results": { "type": "array" }, "discrepancies": { "type": "array" }, "performance": { "type": "object" }, "minimalFailingCase": { "type": "object" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.