Claude Code Plugins

Community-maintained marketplace

Feedback

typescript-review

@metabase/metabase
44.7k
0

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name typescript-review
description Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
allowed-tools Read, Grep, Bash, Glob

TypeScript/JavaScript Code Review Skill

@./../_shared/typescript-commands.md

Code Review Guidelines

Review pull requests with a focus on:

  • Compliance with project coding standards and conventions
  • Code quality and best practices
  • Clear and correct JSDoc comments
  • Type safety and proper TypeScript usage
  • React best practices (when applicable)