metabase / typescript-review
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/typescript-review && curl -o .claude/skills/typescript-review/SKILL.md https://fastmcp.me/Skills/DownloadRaw?id=45
Project Skills
This skill will be saved in .claude/skills/typescript-review/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
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.
2 views
0 installs
Skill Content
--- 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)