typescript-review

Review TypeScript and JavaScript diffs for Metabase coding standards and style violations.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Kidoz-SDK/metabase --skill typescript-review-kidoz-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-review
Source: https://github.com/Kidoz-SDK/metabase/tree/main/.claude/skills/typescript-review
Command: npx skills add https://github.com/Kidoz-SDK/metabase --skill typescript-review-kidoz-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for consistent code quality and adherence to project standards in TypeScript and JavaScript codebases, reducing bugs and improving maintainability.

Core Features & Use Cases

  • Automated Code Analysis: Reviews TypeScript and JavaScript code for style violations, potential bugs, and adherence to best practices.
  • Standard Compliance: Ensures code aligns with Metabase's specific coding standards.
  • Use Case: When a developer submits a pull request with new TypeScript features, this Skill can be used to automatically flag any deviations from the established coding guidelines before human review.

Quick Start

Use the typescript-review skill to analyze the provided code diff for any issues.

Frequently Asked Questions about typescript-review

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

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

Static analysis for TypeScript code reviews scans pull request diffs to identify style violations, potential bugs, and deviations from project coding standards. This Skill applies static analysis to TypeScript and JavaScript changes to flag issues before human review.

What is static analysis for JavaScript coding standards compliance?

Static analysis for JavaScript coding standards compliance reads code without executing it to find style violations and quality issues. This Skill uses static analysis to ensure JavaScript and TypeScript code aligns with Metabase coding standards.

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

Yes, this code review tool works with both JavaScript and TypeScript diffs. It reviews code changes in pull requests for both languages to ensure compliance with coding standards and identify potential code quality issues.

How do I check my TypeScript code for style violations before submitting a pull request?

To check TypeScript code for style violations before submitting a pull request, you run static analysis on the code diff. This Skill reviews your TypeScript changes to flag style violations and adherence issues against Metabase coding guidelines.

What's the best way to ensure code quality in a TypeScript codebase?

The best way to ensure code quality in a TypeScript codebase is to apply automated static analysis to pull requests. This Skill reviews code changes for compliance with Metabase coding standards, reducing bugs and improving overall maintainability.

What coding standards does this static analysis apply to TypeScript code?

This static analysis applies Metabase coding standards to TypeScript code. It reviews JavaScript and TypeScript code changes to identify style violations, potential bugs, and deviations from these specific project coding guidelines.