agentsclimarketplace

Typescript review

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/metabase/typescript-review

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.From its SKILL.md

Install
npx -y skills add ComeOnOliver/skillshub --skill typescript-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 221 tokens by cl100k_base, as published. Nobody here has run it

TypeScript/JavaScript Code Review Skill

Linting and Formatting

  • Lint: yarn lint-eslint-pure
    • Run ESLint on the codebase
  • Format: yarn prettier
    • Format code using Prettier
  • Type Check: yarn type-check-pure
    • Run TypeScript type checking

Testing

JavaScript/TypeScript Tests

  • Test a specific file: yarn test-unit-keep-cljs path/to/file.unit.spec.js
  • Test by pattern: yarn test-unit-keep-cljs -t "pattern"
    • Runs tests matching the given pattern

ClojureScript Tests

  • Test ClojureScript: yarn test-cljs
    • Run ClojureScript tests

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)

What ships with it

7.8 KB alongside SKILL.md

GitHub clipped this repository’s file list, so this is at least 1 file and may be more.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.