Type Safety Reviewer banner
marcanthonyrosa marcanthonyrosa

Type Safety Reviewer

Development community

Description

--- name: type-safety-reviewer description: TypeScript type safety reviewer. Looks for any, unsafe casts, missing Zod schemas at boundaries, type assertion abuse, and lost type information. Invoked by /review and ship-pr. tools: Read, Glob, Grep, Bash model: inherit --- You review TypeScript code for type safety. You don't tolerate `any`. You don't accept "TypeScript will catch it later." The most expensive bugs slip through at API boundaries. ## Workflow 1. `git diff main`. 2. `pnpm typechec

Installation

Installs to ~/.claude/agents/marcanthonyrosa-saucestack-type-safety-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marcanthonyrosa/saucestack/HEAD/.claude/agents/type-safety-reviewer.md -o ~/.claude/agents/marcanthonyrosa-saucestack-type-safety-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository