Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run unit and integration tests for Catalyst-Relay. Use when asked to test, run tests, verify changes, or check if code works.
.claude/skills/aiskillstore-run-tests/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -44% | 0% |
Project-specific test execution.
bash# Run all tests # TODO: Add your test command npm test # pytest # go test ./... # cargo test # Run specific file # TODO: Add your pattern npm test -- --testPathPattern={file} # pytest {file} -v # Run affected tests npm test -- --changedSince=HEAD
**/*.test.ts or **/__tests__/*.tsdescribe('Component', () => { it('should...') })bash# Run with coverage npm test -- --coverage
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 88,351 | 165,089 | +87% | 1 | 1 | 0% | 1,158 | 600 | -48% | 0 | 0 | — |
case-02 | fail→pass | 88,004 | 24,565 | -72% | 1 | 1 | 0% | 848 | 540 | -36% | 0 | 0 | — |
case-03 | pass→fail | 109,498 | 22,855 | -79% | 1 | 1 | 0% | 891 | 560 | -37% | 0 | 0 | — |
case-04 | pass→pass | 36,592 | 32,133 | -12% | 1 | 1 | 0% | 843 | 426 | -49% | 0 | 0 | — |
case-05 | pass→pass | 8,930 | 7,434 | -17% | 1 | 1 | 0% | 554 | 416 | -25% | 0 | 0 | — |
case-06 | fail→pass | 16,765 | 6,452 | -62% | 1 | 1 | 0% | 1,166 | 407 | -65% | 0 | 0 | — |
case-07 | pass→pass | 15,540 | 11,392 | -27% | 1 | 1 | 0% | 2,105 | 1,309 | -38% | 0 | 0 | — |
case-08 | pass→pass | 20,849 | 10,919 | -48% | 1 | 1 | 0% | 874 | 684 | -22% | 0 | 0 | — |
case-09 | pass→pass | 20,173 | 9,700 | -52% | 1 | 1 | 0% | 875 | 405 | -54% | 0 | 0 | — |
case-10 | fail→pass | 11,938 | 2,362 | -80% | 1 | 1 | 0% | 1,037 | 401 | -61% | 0 | 0 | — |
case-11 | pass→pass | 10,589 | 7,625 | -28% | 1 | 1 | 0% | 805 | 480 | -40% | 0 | 0 | — |
case-12 | fail→pass | 12,843 | 2,009 | -84% | 1 | 1 | 0% | 939 | 443 | -53% | 0 | 0 | — |
case-13 | fail→pass | 4,797 | 3,796 | -21% | 1 | 1 | 0% | 759 | 422 | -44% | 0 | 0 | — |
case-14 | pass→pass | 13,409 | 2,592 | -81% | 1 | 1 | 0% | 1,164 | 412 | -65% | 0 | 0 | — |
case-15 | pass→pass | 24,286 | 10,681 | -56% | 1 | 1 | 0% | 2,038 | 878 | -57% | 0 | 0 | — |
case-16 | fail→pass | 10,181 | 6,920 | -32% | 1 | 1 | 0% | 799 | 491 | -39% | 0 | 0 | — |
case-17 | fail→pass | 22,954 | 13,440 | -41% | 1 | 1 | 0% | 2,936 | 1,339 | -54% | 0 | 0 | — |
case-18 | pass→pass | 19,457 | 5,809 | -70% | 1 | 1 | 0% | 1,988 | 563 | -72% | 0 | 0 | — |
case-19 | pass→pass | 14,574 | 12,593 | -14% | 1 | 1 | 0% | 1,955 | 1,922 | -2% | 0 | 0 | — |
case-20 | pass→pass | 14,142 | 14,732 | +4% | 1 | 1 | 0% | 1,655 | 1,739 | +5% | 0 | 0 | — |
case-21 | pass→pass | 8,385 | 9,885 | +18% | 1 | 1 | 0% | 853 | 1,076 | +26% | 0 | 0 | — |
case-22 | pass→pass | 14,104 | 9,767 | -31% | 1 | 1 | 0% | 2,658 | 2,210 | -17% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +27 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.