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.
View on GitHub.claude/skills/typescript-review/SKILL.md
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/Takeaki0817/hibioru/blob/41fce3d169b065e059fd056d371d0322ace07659/.claude/skills/typescript-review/SKILL.md -a claude-code --skill typescript-reviewInstallation paths:
.claude/skills/typescript-review/# 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)