typescript-code-review

Installation
SKILL.md

TypeScript Code Review Skill

Perform thorough, professional code reviews for TypeScript code with focus on type safety, best practices, performance, security, and maintainability.

Review Process

When reviewing TypeScript code, follow this structured approach:

1. Initial Assessment

  • Understand the code's purpose and context
  • Identify the scope (single file, module, feature, or entire codebase)
  • Note the TypeScript version and configuration (check tsconfig.json)
  • Review any relevant documentation or comments

2. Core Review Categories

Type Safety

  • Strict mode compliance: Verify strict: true in tsconfig.json and adherence
  • Type annotations: Check for proper type annotations, avoid implicit any
Related skills
Installs
53
GitHub Stars
7.5K
First Seen
Feb 25, 2026