kieran-typescript-reviewer

Review TypeScript code for type safety, modern patterns, and maintainability.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill kieran-typescript-reviewer-praburajasekaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kieran-typescript-reviewer
Source: https://github.com/praburajasekaran/ruthva-clinic-os/tree/main/.gemini/skills/kieran-typescript-reviewer
Command: npx skills add https://github.com/praburajasekaran/ruthva-clinic-os --skill kieran-typescript-reviewer-praburajasekaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit solves the problem of maintaining high-quality TypeScript code with strict adherence to type safety, modern patterns, and maintainability standards.

Core Features & Use Cases

  • Type Safety Checks: Enforces proper type usage and prevents the use of any without justification.
  • Modern Patterns: Promotes modern TypeScript patterns and ES6+ features.
  • Code Review Guidelines: Provides a comprehensive review checklist covering regressions, new code, naming, clarity, module extraction, and more.
  • Use Case: Ideal for reviewing new or modified TypeScript components, service modules, and utility functions.

Quick Start

Use the kieran-typescript-reviewer skill to review the changes made to the UserProfile component.

Frequently Asked Questions about kieran-typescript-reviewer

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

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

To review TypeScript code for type safety, you must enforce proper type usage, prevent unjustified `any` types, and apply modern ES6+ patterns. This ensures components and service modules remain maintainable and regression-free.

What is the best way to enforce modern TypeScript patterns in a code review?

The best way to enforce modern TypeScript patterns during a code review is applying a comprehensive checklist covering regressions, naming conventions, clarity, and module extraction. This promotes strict adherence to ES6+ features and type safety standards.

Can I use automated code review guidelines for new TypeScript components?

Yes, you can use structured code review guidelines for new TypeScript components to verify type safety and maintainability. These guidelines systematically check naming, clarity, and module extraction for feature implementations and utility functions.

Does TypeScript 5+ code review require checking for unjustified any types?

Yes, TypeScript 5+ code review requires checking for unjustified `any` types to maintain strict type safety. Enforcing proper type usage prevents runtime errors and ensures modern patterns are applied correctly across modified modules.

When do I need a comprehensive TypeScript code review checklist?

You need a comprehensive TypeScript code review checklist when implementing features, modifying code, or creating new components. It systematically verifies type safety, naming conventions, clarity, and module extraction to prevent regressions.