ts-review

Review TypeScript edits for coding standards, type safety, and security.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/tacogips/codex-agent --skill ts-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ts-review
Source: https://github.com/tacogips/codex-agent/tree/main/.agents/skills/ts-review
Command: npx skills add https://github.com/tacogips/codex-agent --skill ts-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Structured TypeScript reviews to ensure conformance with coding standards, type safety, and secure patterns before merging.

Core Features & Use Cases

  • Thorough type checks and adherence to ts-coding-standards.
  • Validation of error handling, layout, and async patterns.
  • Security-focused review to prevent unsafe constructs or data leaks.

Quick Start

Run the TypeScript review checklist on the changed files to generate a concise report.

Frequently Asked Questions about ts-review

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

FAQPage Schema
How do I enforce TypeScript coding standards during a code review?

A TypeScript code review checks edits against coding standards to ensure type safety, secure patterns, and adherence to lint rules. It provides a structured pass over changed files to validate error handling, types, layout, and async patterns.

What does a static analysis check for TypeScript security and types cover?

A TypeScript static analysis review validates error handling, types, layout, and async patterns while performing security checks to prevent unsafe constructs or data leaks. It ensures conformance to coding standards and secure patterns.

How do I run a TypeScript code review on changed files?

Run the TypeScript review checklist on changed files to generate a concise report. This process validates Biome lint checks, TypeScript compilation, and security guidelines documented in your coding standards.

Does this TypeScript review work with Biome lint checks?

Yes, the TypeScript review satisfies requirements for Biome lint checks. It validates code against Biome lint rules, TypeScript compilation requirements, and security guidelines documented in the ts-coding-standards module.

Why does my TypeScript code review fail to catch unsafe async patterns?

Your TypeScript code review may miss unsafe async patterns if it lacks a structured validation pass. Enforcing a checklist that explicitly validates async patterns alongside error handling ensures these constructs are reviewed for security and type safety.

When should I not use an automated TypeScript code review?

You should not rely solely on an automated TypeScript code review for evaluating complex business logic requiring human context. This review focuses on static analysis, types, layout, and security patterns rather than architectural intent.