review-typescript

Analyze TypeScript and JavaScript code for language-level correctness and maintainability findings.

7|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-typescript
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-typescript
Source: https://github.com/nesnilnehc/ai-cortex/tree/main/skills/review-typescript
Command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-typescript

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review TypeScript and JavaScript code for language-level quality, focusing on type-safety, asynchronous patterns, error handling, modular design, runtime correctness, API design, and performance considerations, and produce a standardized findings list.

Core Features & Use Cases

  • Language-focused checks for explicit typing, safe asynchronous handling, robust error handling, clear module boundaries, and runtime correctness.
  • Scope-aware reviews that operate on a provided code range and do not perform security or architectural analysis.
  • Output-ready results that include location, category, severity, title, description, and actionable suggestions.

Quick Start

Provide a TypeScript or JavaScript code scope and I will generate a findings list.

Frequently Asked Questions about review-typescript

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

FAQPage Schema
How do I automate TypeScript code review for type safety and async patterns?

Automate TypeScript code review by analyzing your code scope to surface language-level findings affecting correctness. It checks type safety, asynchronous patterns, and error handling, then outputs a list of categorized issues with specific file references, severity, and remediation suggestions.

What is the best way to check JavaScript module boundaries and runtime correctness?

The best way to check JavaScript module boundaries is through scope-aware code analysis. This process evaluates module design and runtime correctness within a specified code range, identifying structural issues and providing a standardized findings list with clear categories and actionable suggestions.

Does this code review tool perform security or architectural analysis?

No, this code review tool does not perform security or architectural analysis. It operates strictly on a provided code range to evaluate language-level quality, focusing solely on type safety, asynchronous handling, error management, and runtime correctness.

How do I get started with reviewing my TypeScript and JavaScript code?

To get started, simply provide a TypeScript or JavaScript code scope. The review process will automatically analyze the specified range and generate an output-ready findings list detailing location, category, severity, title, description, and optional remediation steps.

What types of errors does TypeScript static type checking catch during a review?

TypeScript static type checking during a review catches language-level errors affecting maintainability and correctness. It identifies issues related to explicit typing, unsafe asynchronous patterns, poor error handling, unclear module boundaries, and runtime check failures.

Can I use this for API design and performance considerations in JavaScript?

Yes, you can use this for API design and performance considerations in JavaScript. The analysis evaluates API design and performance alongside runtime checks within your provided code range, generating specific findings with severity and remediation suggestions.