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
Обновлено 1/19/2026
Звёзды
5
Форки
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.
Установка
$ install --globalskills.sh
Использование
После установки вы можете использовать этот skill, выполнив следующую команду в терминале:
skills use validate-typescript