reviewing-typescript-code

Installation
SKILL.md

TypeScript Code Quality Patterns

Overview

Project-specific code quality checklist for the Saleor Configurator codebase. Covers type safety conventions, error handling patterns, and architectural standards unique to this project.

When to Use

  • Adding entity types, services, repositories, comparators, formatters
  • Implementing deployment stages or bootstrap methods
  • Creating Zod schemas or error classes
  • Reviewing code before commit or PR merge

Quick Reference

Convention Rule
No any Production code only; allowed in test mocks
Branded types Use EntitySlug, EntityName for domain values
Related skills

More from saleor/configurator

Installs
39
GitHub Stars
29
First Seen
Jan 22, 2026