Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
.claude/skills/asymmetric-al-lint-and-validate/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 140% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-03 | ✓→✗ | ▼ Worse | 84% | 0% |
> MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
npm run lint or npx eslint "path" --fixnpx tsc --noEmitnpm audit --audit-level=highruff check "path" --fix (Fast & Modern)bandit -r "path" -llmypy "path"npm run lint && npx tsc --noEmitlint fails: Fix the style or syntax issues immediately.tsc fails: Correct type mismatches before proceeding..eslintrc, tsconfig.json, pyproject.toml and suggest creating one.Strict Rule: No code should be committed or reported as "done" without passing these checks.
| Script | Purpose | Command | | -------------------------- | ---------------------- | ------------------------------------------------ | | scripts/lint_runner.py | Unified lint check | python scripts/lint_runner.py <project_path> | | scripts/type_coverage.py | Type coverage analysis | python scripts/type_coverage.py <project_path> |
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 5,688 | 9,793 | +72% | 1 | 1 | 0% | 924 | 2,222 | +140% | 0 | 0 | — |
case-02 | fail→fail | 9,461 | 3,738 | -60% | 1 | 1 | 0% | 1,638 | 689 | -58% | 0 | 0 | — |
case-03 | pass→fail | 2,555 | 1,763 | -31% | 1 | 1 | 0% | 340 | 626 | +84% | 0 | 0 | — |
case-04 | pass→pass | 5,628 | 4,908 | -13% | 1 | 1 | 0% | 935 | 899 | -4% | 0 | 0 | — |
case-05 | pass→pass | 7,019 | 2,828 | -60% | 1 | 1 | 0% | 1,167 | 872 | -25% | 0 | 0 | — |
case-06 | pass→pass | 3,033 | 2,934 | -3% | 1 | 1 | 0% | 458 | 764 | +67% | 0 | 0 | — |
case-07 | pass→pass | 5,451 | 3,310 | -39% | 1 | 1 | 0% | 885 | 943 | +7% | 0 | 0 | — |
case-08 | pass→pass | 6,219 | 3,036 | -51% | 1 | 1 | 0% | 989 | 902 | -9% | 0 | 0 | — |
case-09 | pass→pass | 3,409 | 1,757 | -48% | 1 | 1 | 0% | 518 | 681 | +31% | 0 | 0 | — |
case-10 | pass→pass | 7,028 | 2,350 | -67% | 1 | 1 | 0% | 1,199 | 787 | -34% | 0 | 0 | — |
case-11 | fail→pass | 10,634 | 2,736 | -74% | 1 | 1 | 0% | 1,490 | 858 | -42% | 0 | 0 | — |
case-12 | fail→pass | 6,654 | 1,470 | -78% | 1 | 1 | 0% | 1,008 | 602 | -40% | 0 | 0 | — |
case-13 | pass→pass | 6,470 | 2,220 | -66% | 1 | 1 | 0% | 1,000 | 728 | -27% | 0 | 0 | — |
case-14 | pass→pass | 7,724 | 3,564 | -54% | 1 | 1 | 0% | 1,262 | 1,023 | -19% | 0 | 0 | — |
case-15 | pass→pass | 4,685 | 2,605 | -44% | 1 | 1 | 0% | 751 | 811 | +8% | 0 | 0 | — |
case-16 | pass→pass | 12,414 | 3,957 | -68% | 1 | 1 | 0% | 2,128 | 1,168 | -45% | 0 | 0 | — |
case-17 | pass→pass | 10,770 | 3,732 | -65% | 1 | 1 | 0% | 1,964 | 1,050 | -47% | 0 | 0 | — |
case-18 | fail→pass | 4,992 | 1,855 | -63% | 1 | 1 | 0% | 788 | 648 | -18% | 0 | 0 | — |
case-19 | pass→pass | 3,131 | 3,396 | +8% | 1 | 1 | 0% | 341 | 713 | +109% | 0 | 0 | — |
case-20 | pass→pass | 12,848 | 10,329 | -20% | 1 | 1 | 0% | 2,290 | 2,396 | +5% | 0 | 0 | — |
case-21 | pass→pass | 13,310 | 12,284 | -8% | 1 | 1 | 0% | 2,485 | 2,700 | +9% | 0 | 0 | — |
case-22 | pass→pass | 7,625 | 8,120 | +6% | 1 | 1 | 0% | 1,426 | 1,974 | +38% | 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 +14 percentage points is the difference between those two pass rates over the 22 comparable cases. 2 cases got worse with the skill loaded, and they are 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.