TypeScript/JavaScript Code Review Skill Linting and Formatting - Lint: - Run ESLint on the codebase - Format: - Format code using Prettier - Type Check: - Run TypeScript type checking Testing JavaScript/TypeScript Tests - Test a specific file: - Test by pattern: - Runs tests matching the given pattern ClojureScript Tests - Test ClojureScript: - 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 usa…