Agent Skills: TypeScript/JavaScript Code Review Skill

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.

UncategorizedID: Microck/ordinary-claude-skills/typescript-review

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Microck/ordinary-claude-skills/tree/HEAD/skills_all/typescript-review

Skill Files

Browse the full folder contents for typescript-review.

Download Skill

Loading file tree…

skills_all/typescript-review/SKILL.md

Skill Metadata

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.

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)