home/categories/code-quality/berrykuipers-claude-code-toolkit-claude-skills-quality-validate-typescript-skill-md
code-qualitytesting-security
validate-typescript
Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Works with any TypeScript project. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.
maintainer
BerryKuipers
Updated 1/19/2026
Stars
5
Forks
2
quick start
Installation and usage
Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Works with any TypeScript project. Returns structured output with error counts, categories (type/syntax/import errors), and affected files. Used for quality gates and pre-commit validation.
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use validate-typescript