ts-style-review

Enforce Google TypeScript Style Guide rules during code reviews and linting.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill ts-style-review-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ts-style-review
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/ts-style-review
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill ts-style-review-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews TS code to ensure alignment with the Google TypeScript Style Guide and team conventions, reducing style drift and improving readability.

Core Features & Use Cases

  • Enforces structure, naming, and import guidelines to improve consistency across TS codebases.
  • Provides explicit rules for types, comments, and documentation to strengthen maintainability.
  • Use Case: during code reviews or CI checks to automatically flag deviations from the Google TS Style Guide.

Quick Start

Review the TS project you are maintaining for style conformance with the Google TypeScript Style Guide and team conventions.

Frequently Asked Questions about ts-style-review

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

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

Yes, it validates team conventions alongside the Google TypeScript Style Guide by providing explicit rules for source structure, comments, and documentation to strengthen maintainability and reduce style drift across TS codebases.

What's the best way to check TypeScript import structure and naming conventions during a pull request?

Review a TypeScript project for style conformance by analyzing the codebase against team conventions and the Google TypeScript Style Guide rules for types, comments, documentation, and source structure to identify style deviations.

Does this style guide enforcement work for any TypeScript codebase or only specific project setups?

It flags deviations from the Google TypeScript Style Guide by enforcing rules for source structure, naming, imports, types, comments, and documentation, aligning tooling guidance with the style guide to improve readability.

How do I review a TypeScript project for style conformance with team conventions?

Review a TypeScript project for style conformance by analyzing the codebase against team conventions and the Google TypeScript Style Guide rules for types, comments, documentation, and source structure to identify style deviations.

Does this style guide enforcement work for any TypeScript codebase or only specific project setups?

This style guide enforcement is applicable to TypeScript codebases across all projects, specifically targeting automated linting workflows and code reviews to ensure alignment with the Google TypeScript Style Guide.