typescript-review

Review TypeScript and JavaScript diffs against Metabase coding standards.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/mwathiben/PropManager --skill typescript-review-mwathiben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-review
Source: https://github.com/mwathiben/PropManager/tree/main/.claude/skills/typescript-review
Command: npx skills add https://github.com/mwathiben/PropManager --skill typescript-review-mwathiben

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review TypeScript and JavaScript changes for compliance with Metabase coding standards and code quality.

Core Features & Use Cases

  • Enforce coding standards and style conformance in diffs/PRs for TS/JS code.
  • Detect type-safety issues and potential defects in TypeScript and JavaScript.
  • Provide actionable feedback and suggested fixes to maintain code quality across the frontend.

Quick Start

Review the latest PR diffs containing TypeScript/JavaScript changes and run the skill to generate a structured code-review report.

Frequently Asked Questions about typescript-review

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

FAQPage Schema
How do I automate TypeScript code review for pull requests?

Automate TypeScript code review for pull requests by running static analysis and linting rules on TS/JS diffs to detect style violations, type-safety gaps, and potential defects. This generates structured, actionable feedback for reviewers.

How do I enforce coding standards in JavaScript and TypeScript diffs?

Enforce coding standards in JavaScript and TypeScript diffs by applying linting rules and JSDoc checks to pull requests. The review process identifies style conformance issues and delivers suggested fixes to maintain frontend code quality.

What is static analysis for TypeScript code quality and how does it work?

Static analysis for TypeScript code quality works by evaluating source code without execution to detect type-safety gaps and potential defects. It leverages linting rules and JSDoc checks to identify style violations and ensure standards compliance in diffs.

Can I detect type-safety gaps in JavaScript and TypeScript pull requests?

You can detect type-safety gaps in JavaScript and TypeScript pull requests by applying static analysis and linting rules to the code diff. The review process identifies potential defects and provides actionable feedback to fix them.

Does this code review tool work with both JavaScript and TypeScript changes?

This code review tool works with both JavaScript and TypeScript changes in pull requests and diffs. It applies static analysis, linting rules, and JSDoc checks to enforce coding standards and detect defects across both languages.

What are the limitations of automated linting for TypeScript code review?

Automated linting for TypeScript code review primarily targets style violations, type-safety gaps, and JSDoc compliance in diffs. It relies on static analysis and may not detect complex runtime defects or architectural issues beyond established linting rules.