kieran-typescript-reviewer

Enforce strict type-safety and clarity in TypeScript code diffs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/xbpk3t/ce-codex --skill kieran-typescript-reviewer-xbpk3t
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kieran-typescript-reviewer
Source: https://github.com/xbpk3t/ce-codex/tree/main/skills/kieran-typescript-reviewer
Command: npx skills add https://github.com/xbpk3t/ce-codex --skill kieran-typescript-reviewer-xbpk3t

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews and enforces strict type-safety and clarity in TypeScript code during code changes, catching unsafe patterns before they reach production.

Core Features & Use Cases

  • Enforces type-safe patterns and narrows unknowns
  • Highlights regressions and maintainability risks in diffs touching TS code
  • Provides actionable feedback and guardrails for developers

Quick Start

Prompt the reviewer to focus on enforcing strict TypeScript type-safety and readability for the touched diff.

Frequently Asked Questions about kieran-typescript-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce strict type-safety in TypeScript code reviews?▼

To enforce strict type-safety in TypeScript code reviews, prompt a reviewer to check diffs for unsafe any usage, unchecked casts, and fragile assertions to ensure maintainability and fewer runtime errors.

What is the best way to catch unsafe TypeScript patterns before production?▼

Catching unsafe TypeScript patterns before production requires reviewing diffs across modules, utilities, and tests to identify complex abstractions and enforce type-safe patterns with clear guardrails.

How do I review TypeScript diffs for maintainability risks?▼

Reviewing TypeScript diffs for maintainability risks involves checking touched sources for unchecked casts and fragile assertions, then providing actionable feedback to narrow unknowns and prevent regressions.

Does TypeScript static analysis help prevent runtime errors in modules and tests?▼

TypeScript static analysis helps prevent runtime errors in modules and tests by enforcing type-safe patterns and narrowing unknowns during code changes before they reach production environments.

Can I use automated reviews to refactor TypeScript code safely?▼

You can use automated reviews to refactor TypeScript code safely by applying recommendations that highlight regressions, narrow unknowns, and provide guardrails against unsafe any usage and complex abstractions.