typescript-code-review

Review TypeScript code for type safety, maintainability, and architecture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing TypeScript code for quality, maintainability, and adherence to idiomatic patterns, ensuring robust and well-structured codebases.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for type safety, idiomatic patterns, module organization, readability, and error handling.
  • Automated Review Process: Guides the user through identifying code to review and applies a detailed checklist.
  • Use Case: A developer can submit a new TypeScript module for review, receiving detailed feedback on potential issues and suggestions for improvement before merging.

Quick Start

Use the typescript-code-review skill to review the working changes in the current repository.

Frequently Asked Questions about typescript-code-review

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

FAQPage Schema
How do I run an automated TypeScript code review?

Review TypeScript maintainability by analyzing code architecture against a detailed checklist, which evaluates module organization, readability, and error handling to output structured Markdown findings with severity indicators.

What does an idiomatic TypeScript code analysis check for?

An idiomatic TypeScript code analysis checks for type safety, maintainability, clear architecture, module organization, readability, and proper error handling to ensure a robust and well-structured codebase.

Can I use this to review working changes in my current repository before merging?

Yes, you can review the working changes in your current repository by guiding the analysis process to apply a detailed checklist and return detailed feedback on potential issues before merging.

Do I need to configure any dependencies to check TypeScript type safety?

No dependencies are required to check TypeScript type safety, as the review process operates directly on your codebase using internal scripts and references to evaluate quality and maintainability.

What is the best way to format TypeScript code review findings?

The best way to format TypeScript code review findings is in a structured Markdown format, utilizing severity indicators to clearly highlight potential issues and suggestions for improvement.