plugins/typescript-dev/skills/reviewing-typescript/SKILL.md
Provides concise, focused TypeScript/React code reviews matching exact task complexity requirements. Use when reviewing TypeScript code quality, type safety, or when the user asks for code review.
npx skillsauth add qte77/claude-code-utils-plugin reviewing-typescriptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits"git diff --staged --name-onlyScope: $ARGUMENTS
Delivers focused, streamlined TypeScript/React code reviews matching stated task requirements exactly. No over-analysis.
See references/typescript-best-practices.md for comprehensive TypeScript guidelines.
Simple Tasks (single module): Type safety, error handling, requirements match, basic quality
Complex Tasks (multi-module): Above plus architecture, React patterns, async correctness, comprehensive testing
Always: Use existing project patterns, check for any types
Type Safety & Security:
any types (use unknown with type guards)React Patterns:
Bundle & Performance:
Requirements Match:
Code Quality:
src/Structural Health:
Simple Tasks: CRITICAL issues only, clear approval when requirements met Complex Tasks: CRITICAL/WARNINGS/SUGGESTIONS with specific fixes All reviews: Concise, streamlined, no unnecessary complexity analysis
development
Analyzes industry websites for design patterns, layout, typography, and content strategies using first-principles thinking. Use when researching website design, UI patterns, or competitive design analysis.
development
Audits website usability for UX optimization, covering forms, navigation, validation, and microcopy. Use when reviewing user experience, task completion flows, or interface friction points.
development
Audits website accessibility for WCAG 2.1 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.
development
Writes tests following TDD (using vitest and @testing-library/react) best practices. Use when writing unit tests, integration tests, or component tests in TypeScript.