typescript-review

Review TypeScript/JavaScript code diffs for Metabase coding standards compliance.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/Takeaki0817/hibioru --skill typescript-review-takeaki0817
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typescript-review
Source: https://github.com/Takeaki0817/hibioru/tree/main/.claude/skills/typescript-review
Command: npx skills add https://github.com/Takeaki0817/hibioru --skill typescript-review-takeaki0817

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The TypeScript/JavaScript code review skill helps teams enforce coding standards, improve type safety, and maintain code quality by systematically reviewing PR diffs for TS/JS projects.

Core Features & Use Cases

  • Enforces Metabase coding standards and TypeScript typing practices.
  • Detects style violations, incorrect types, missing JSDoc, and React patterns when applicable.
  • Provides actionable feedback and concrete fix suggestions during PR reviews.
  • Use Case: When a PR includes TS/JS changes, run this skill to automatically identify issues and generate a review summary.

Quick Start

Review the attached PR diff for TypeScript/JavaScript changes and request an automated compliance and quality assessment, including recommended fixes.

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 standard violations in a PR?

To review TypeScript code changes, you can apply an automated skill to PR diffs to detect typing issues, style violations, and documentation gaps, ensuring compliance with Metabase coding standards. It generates a review summary with actionable fix recommendations.

What does automated JavaScript code review check for in pull requests?

Automated JavaScript code review checks pull request diffs for incorrect types, style violations, missing JSDoc, and React pattern issues. It enforces coding standards and provides concrete fix suggestions to improve type safety and code quality.

Can I use this skill to enforce Metabase coding standards on my TS/JS project?

Yes, you can use this skill to enforce Metabase coding standards on your TS/JS project. It systematically reviews PR diffs to identify non-compliant TypeScript typing practices and style violations, providing actionable feedback during the review workflow.

How do I get actionable fix recommendations for missing JSDoc and typing issues?

To get actionable fix recommendations for missing JSDoc and typing issues, run an automated compliance assessment on your PR diff. The review identifies documentation gaps and incorrect types, generating a summary with concrete fix suggestions.

Does this code review assistant work with React patterns in TypeScript files?

Yes, this code review assistant works with React patterns in TypeScript files. During the PR diff review, it detects React pattern issues alongside typing problems and style violations to ensure comprehensive code quality assessment.

Related Skills