type-check

Community

Complete TypeScript type-checking, end-to-end.

Authorkimjoongwon
Version1.0.0
Installs0

System Documentation

What problem does it solve?

TypeScript type errors can go unnoticed when only partial checks are run. This Skill runs a full, unfiltered type check across the entire project to ensure robust type safety and reliable builds.

Core Features & Use Cases

  • Full-project type checking: Runs tsc across all files without filtering.
  • Comprehensive error reporting: Lists all type errors with precise locations.
  • Pre-merge quality assurance: Use before PRs to catch issues early.

Quick Start

Run a complete type check with no emit: npx tsc --noEmit --pretty

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: type-check
Download link: https://github.com/kimjoongwon/prj-core/archive/main.zip#type-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository