typescript-react-reviewer

Review TypeScript and React code for bugs, anti-patterns, and maintainability issues.

3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kitaikuyo123/CC91 --skill typescript-react-reviewer-kitaikuyo123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-react-reviewer
Source: https://github.com/kitaikuyo123/CC91/tree/main/.claude/skills/typescript-react-reviewer
Command: npx skills add https://github.com/kitaikuyo123/CC91 --skill typescript-react-reviewer-kitaikuyo123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers identify React and TypeScript code quality issues, preventing bugs, maintainability problems, and architectural mistakes before code reaches production.

Core Features & Use Cases

  • React Code Review: Detects hooks misuse, state management problems, React 19 API mistakes, and component architecture issues.
  • TypeScript Quality Analysis: Reviews type safety, unsafe any usage, prop design, and compiler configuration practices.
  • Use Case: Review a React pull request to find performance problems, anti-patterns, missing cleanup logic, and improvements needed for long-term maintainability.

Quick Start

Use the typescript-react-reviewer skill to review this React component for bugs, anti-patterns, and TypeScript improvements.

Frequently Asked Questions about typescript-react-reviewer

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

FAQPage Schema
How do I review React components for TypeScript type safety and anti-patterns?

You can review React and TypeScript code by evaluating component architecture, hook usage, and state management approaches. This analysis identifies anti-patterns, missing cleanup logic, and type safety issues to ensure long-term maintainability before the code reaches production.

What React 19 code review checks should I run before deployment?

React 19 code review checks should evaluate modern API usage, component structure, and state management approaches. Checking for hook misuse, performance problems, and TypeScript type safety ensures the application meets modern development standards and prevents architectural mistakes.

How do I analyze a pull request for React and TypeScript issues?

Analyzing a pull request for React and TypeScript issues involves reviewing submitted code to detect bugs, anti-patterns, and maintainability problems. This evaluates component architecture, hook usage, and type safety to find performance issues and missing cleanup logic before merging.

Does this code review approach work for React 19 API usage and state management?

This code review approach works for React 19 API usage and state management by evaluating modern TypeScript development standards and component structure. It specifically detects React 19 API mistakes, hook misuse, and state management problems to prevent architectural flaws.

How do I find missing cleanup logic and performance problems in my TypeScript code?

Finding missing cleanup logic and performance problems in TypeScript code requires reviewing React components for bugs and anti-patterns. This analysis checks hook usage and component architecture to identify maintainability issues and improve long-term code quality before production deployment.