AgentSkillsCN

typescript-review

审查TypeScript和JavaScript代码更改,以符合Metabase编码标准、样式违规和代码质量问题。在审查包含TypeScript/JavaScript代码的拉取请求或差异时使用。

SKILL.md
--- frontmatter
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)