typescript

Reviews TypeScript code for correctness, type safety, async patterns, security, and style.

8|3|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ucdavis/ai-skills-registry --skill typescript-ucdavis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript
Source: https://github.com/ucdavis/ai-skills-registry/tree/main/skills/code-review/typescript
Command: npx skills add https://github.com/ucdavis/ai-skills-registry --skill typescript-ucdavis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill systematically identifies and rectifies issues in TypeScript code, ensuring correctness, type safety, security, and adherence to best practices.

Core Features & Use Cases

  • Comprehensive Code Review: Analyzes code for bugs, type errors, async pitfalls, security vulnerabilities, and design flaws.
  • Actionable Feedback: Provides specific, line-referenced suggestions for improvement.
  • Use Case: Use this Skill when reviewing a pull request for a Node.js backend service written in TypeScript to ensure it meets quality and security standards before merging.

Quick Start

Review the provided TypeScript code snippet for potential issues and suggest improvements.

Frequently Asked Questions about typescript

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

FAQPage Schema
How do I review TypeScript code for type safety and security vulnerabilities?

Reviewing TypeScript code for type safety and security involves analyzing codebases for correctness, async pitfalls, and design flaws. This process enforces best practices and identifies bugs, edge cases, and potential vulnerabilities using structured code review.

What does a TypeScript code review check for in a Node.js project?

A TypeScript code review for a Node.js project checks for bugs, type errors, async pattern pitfalls, security vulnerabilities, and design flaws. It systematically identifies issues to ensure correctness, type safety, security, and adherence to best practices.

Can I use automated code review to find async pattern issues in TypeScript?

Yes, automated code review can find async pattern issues in TypeScript. It systematically analyzes code to identify async pitfalls, edge cases, and type errors, providing specific, line-referenced suggestions to rectify these problems.

How do I get actionable feedback on a TypeScript pull request before merging?

To get actionable feedback on a TypeScript pull request, perform a structured code review focusing on correctness and security. This provides specific, line-referenced suggestions for improvement to ensure the code meets quality standards before merging.

What is the best way to enforce quality assurance standards in TypeScript?

The best way to enforce quality assurance standards in TypeScript is through structured code reviews that enforce best practices. This systematically identifies and rectifies issues, ensuring correctness, type safety, security, and adherence to design standards.