Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use Metalint in .NET repositories that ship Node-based frontend assets and want one CLI entrypoint over several underlying linters. USE FOR: unified frontend lint commands; combined ESLint, Stylelint, HTMLHint, or similar checks; CI orchestration over multiple frontend linters. DO NOT USE FOR: simple repos where Biome already covers the required surface; teams that have not decided which underlying linters own each file type. INVOKES: inspect the repository context, edit targeted files, and run
.claude/skills/managedcode-metalint/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 17% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 90% | 0% |
AGENTS.mdpackage.json.metalint/ directory already checked in.metalint/ and keep the delegated configs reviewable.lint: metalintlint:fix: metalint --fixv0.22.0 adds Bun and Deno project support, links source and types for JSR slow-type compatibility, and supports npm-check-updates 21..gitignore. Re-run secret scanning against representative ignored and tracked fixtures after upgrading so the wrapper's effective file scope remains intentional.rg --files -g 'package.json' -g '.metalint/**' -g 'eslint.config.*' -g 'stylelint.config.*' -g '.htmlhintrc*'rg -n '"metalint"|"eslint"|"stylelint"|"htmlhint"' --glob 'package.json' .npm install --save-dev metalint.metalint/metalint.config.js plus delegated config files under .metalint/ only when the repo wants that consolidated layout.npx metalintnpx metalint --fixstatus: configured if the repo now has a working aggregated entrypoint, or status: improved if orchestration was tightened.status: not_applicable when the repo intentionally stays with direct linter commands and does not want the wrapper layer.status: not_applicable with a reason.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current stepactions_taken: concrete changes madeverification: commands, checks, or review evidenceremaining: unresolved items or noneOther measured skills in the registry, with their headline benchmark lift.