ts-style-review

Review TypeScript code against the Google TypeScript Style Guide and team conventions.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill ts-style-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ts-style-review
Source: https://github.com/Sridhar-Ranganaboina/WebGenie/tree/main/packages/browseros-agent/.claude/skills/ts-style-review
Command: npx skills add https://github.com/Sridhar-Ranganaboina/WebGenie --skill ts-style-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces consistent TypeScript coding practices by codifying the Google TypeScript Style Guide and team conventions for code reviews.

Core Features & Use Cases

  • Comprehensive rules covering source structure, naming, imports, type usage, and class design.
  • Guides code reviews for TypeScript projects to improve readability, maintainability, and correctness.
  • Use Case: When reviewing a new TS module, reference this guide to ensure the code adheres to the agreed conventions.

Quick Start

Provide a TypeScript code review that enforces the Google TypeScript Style Guide and team conventions for your project.

Frequently Asked Questions about ts-style-review

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

FAQPage Schema
How do I enforce the Google TypeScript Style Guide during code reviews?

Enforcing the Google TypeScript Style Guide during code reviews involves checking TS modules against rules for naming, imports, type usage, and class structures. This ensures consistent coding practices, readability, and maintainability across your project.

What TypeScript naming and import conventions should I check for in a code review?

TypeScript code reviews should check for explicit exports, avoiding default exports, and proper import structuring. Adhering to these team conventions and style guide rules improves overall code quality and consistency across modules.

Does this TypeScript style review enforce rules for type assertions and interface usage?

This TypeScript style review enforces specific type usage rules, including preferring interfaces and using the as keyword for type assertions. These checks align with the detailed Google TS style guide to ensure correctness.

Can I use this to review source structure and class design in TypeScript projects?

Yes, you can use this to review source structure and class design in TypeScript projects. It covers comprehensive rules for class design and overall code quality across modules to maintain consistent coding practices.

What is the best way to ensure my TypeScript code adheres to team conventions?

The best way to ensure TypeScript code adheres to team conventions is to codify rules based on the Google TypeScript Style Guide. Applying these rules during code reviews enforces consistent practices like explicit exports and proper type usage.