reviewing-typescript-code

Official

TypeScript code quality patterns for reviews.

Authorsaleor
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps engineers improve TypeScript code quality by applying proven patterns for type safety, clean code, and robust error handling during development and code reviews.

Core Features & Use Cases

  • Type Safety Practices: Branded types, type guards, and discriminated unions to prevent misuse.
  • Clean Code Principles: Small, focused functions, descriptive names, and pure functions.
  • Zod & Error Handling: Safe parsing and robust error handling strategies.
  • Review Guidelines: PR review tips and code audit patterns to improve quality.

Quick Start

When adding new features or reviewing PRs, apply branded types for domain values, use zod safeParse for input validation, and run TypeScript checks and unit tests locally before proposing changes.

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: reviewing-typescript-code
Download link: https://github.com/saleor/configurator/archive/main.zip#reviewing-typescript-code

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