typescript-review

Review TypeScript code for quality, security, performance, and testing issues.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/bromanko/llm-agents --skill typescript-review-bromanko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-review
Source: https://github.com/bromanko/llm-agents/tree/main/skills/typescript-review
Command: npx skills add https://github.com/bromanko/llm-agents --skill typescript-review-bromanko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough code quality, security, performance, and testing analysis specifically for TypeScript projects, ensuring robust and reliable codebases.

Core Features & Use Cases

  • Automated Code Review: Analyzes TypeScript code for quality, adherence to idioms, and potential issues.
  • Security Audits: Identifies security vulnerabilities, including those related to interop and input validation.
  • Performance Optimization: Detects performance bottlenecks and suggests optimizations for the TypeScript runtime.
  • Test Quality Assessment: Evaluates test coverage and the quality of testing practices.
  • Use Case: A developer can use this skill to get a complete review of a new TypeScript module before merging it into the main branch.

Quick Start

Run the /review typescript command to initiate a full TypeScript code review.

Frequently Asked Questions about typescript-review

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

FAQPage Schema
How do I perform a comprehensive TypeScript code review?

To perform a comprehensive TypeScript code review, execute the `/review typescript` command. This initiates an automated analysis covering code quality, security vulnerabilities, performance bottlenecks, and testing practices to ensure a robust codebase.

What does a TypeScript security audit include?

A TypeScript security audit identifies vulnerabilities within your code, specifically focusing on issues related to interop and input validation. It analyzes the codebase to detect potential security flaws and helps resolve them before merging new modules.

Can I analyze TypeScript performance bottlenecks automatically?

Yes, you can analyze TypeScript performance bottlenecks automatically. The analysis detects performance issues within the TypeScript runtime and provides actionable optimization suggestions to improve overall execution efficiency.

How do I assess test coverage and quality in a TypeScript project?

To assess test coverage and quality in a TypeScript project, run an automated code review. It evaluates your testing practices and coverage metrics, helping you verify the reliability of new modules before integration into the main branch.

Do I need any dependencies to run a TypeScript code analysis?

No additional dependencies are required to run this TypeScript code analysis. The skill operates independently to perform in-depth audits for quality assurance, simply requiring the execution of the `/review typescript` command for interactive issue resolution.