typescript-review

Review TypeScript and JavaScript code changes for Metabase coding standards.

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

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, preventing bugs and improving maintainability.

Core Features & Use Cases

  • Automated Code Analysis: Reviews TypeScript/JavaScript code for style violations, potential bugs, and adherence to best practices.
  • Compliance Checks: Ensures code meets Metabase's specific coding standards.
  • Use Case: When reviewing a pull request that introduces new JavaScript features, use this Skill to automatically flag any deviations from the established coding style guide or potential type errors before merging.

Quick Start

Use the typescript-review skill to analyze the provided code changes for quality and style compliance.

Frequently Asked Questions about typescript-review

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

FAQPage Schema
How do I review TypeScript code changes for coding standards violations?

To review TypeScript code changes for coding standards violations, analyze the pull request diff against project style guides. This process flags style deviations, potential type errors, and quality issues before merging to ensure maintainable code.

What does a JavaScript code review check for in a pull request?

A JavaScript code review checks pull requests for style violations, potential bugs, and adherence to best practices. It ensures new JavaScript features meet established project conventions and maintainability standards before integration.

How do I ensure JavaScript code quality in a pull request?

Ensure JavaScript code quality in a pull request by automatically analyzing diffs for style compliance and type errors. Apply established coding standards to flag deviations and prevent bugs from merging into the codebase.

Can I use automated code analysis for TypeScript pull requests?

Yes, you can use automated code analysis for TypeScript pull requests to detect quality issues. It evaluates code changes against specific coding standards and style guides, identifying deviations and potential bugs automatically.

What is the best way to check TypeScript code for style violations?

The best way to check TypeScript code for style violations is reviewing the diff against established project conventions. This approach identifies style deviations and compliance issues, ensuring new code meets required quality standards.

Does this code review process work for both TypeScript and JavaScript?

Yes, this code review process works for both TypeScript and JavaScript codebases. It analyzes changes in either language to ensure compliance with coding standards, flag style violations, and maintain code quality during pull request reviews.