TypeScript review reference

Community

Catch TypeScript type-system blind spots.

Authormattnowdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents TypeScript code that compiles and lints clean from still being wrong at runtime by targeting the type-system footguns that slip past strictness and common linters.

Core Features & Use Cases

  • Guided detection of TS 5.x anti-patterns: flags risky patterns like any vs unknown, unsafe as assertions, null/undefined drift, structural ID collisions, missing exhaustiveness checks, and shallow Readonly assumptions.
  • Feature-aware coverage for modern TS: focuses specifically on TS 5.x mechanisms that frequently get misused or missed (e.g., satisfies, const type parameters, NoInfer, and Stage 3 decorators).
  • Review prompt alignment: provides anti-pattern checklines so super-review:run can add targeted Type Safety and Correctness prompts for diffs touching *.ts/*.tsx or tsconfig.json.

Quick Start

Ask for a TypeScript-focused PR review of the changes, and request that the review check for unsafe casts, missing narrowing, and any of the listed TS 5.x anti-patterns in the modified files.

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: TypeScript review reference
Download link: https://github.com/mattnowdev/super-review/archive/main.zip#typescript-review-reference

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.