srobroek

typescript-quality

Use to run TypeScript or JavaScript format, lint, and type-check commands.

srobroek 1 Updated 1w ago
GitHub

Install

npx skillscat add srobroek/omp-plugins/typescript-quality

Install via the SkillsCat registry.

SKILL.md

TypeScript Quality

Use the typescript_quality tool (mode: "check" | "fix", optional path). Check runs biome (or eslint) then tsc --noEmit via the first available runner (pnpm, bun, npx, then global). Fix runs biome check --write. Missing package.json or tools are skipped.

Read failures as the project's actual toolchain output; do not invent extra linters.