code-review | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / code-review

code-review

maintained by rolandzwaga

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: code-review description: Review code for SolidJS reactivity issues, TypeScript type safety problems, and component design anti-patterns. Use when asked to review code, check for issues, review a PR, or audit code quality. allowed-tools:

  • Read
  • Grep
  • Glob

Code Review

Review code for SolidJS, TypeScript, and component design issues.

Instructions

When reviewing code:

  1. Read the file(s) to be reviewed
  2. Check against patterns in the reference files below
  3. Report findings organized by severity

Reference Files

Load these for detailed patterns when needed:

Quick Checks

SolidJS Critical Issues

  • Props destructured (breaks reactivity)
  • Signal not called as function in JSX
  • createEffect used for derived state
  • Missing onCleanup for subscriptions

TypeScript Critical Issues

  • any type usage
  • Missing exhaustive switch check
  • Type assertion without validation
  • Untyped external data

Component Critical Issues

  • God component (>300 lines, multiple concerns)
  • Prop drilling through 3+ levels
  • Direct API imports (not injected)

Output Format

## Critical Issues
[Must fix - causes bugs]

## Anti-Patterns
[Should fix - violates best practices]

## Suggestions
[Optional improvements]

Project Rules (VSTGUI-Edit)

Also check:

  • No React imports (only solid-js)
  • No dynamic imports (static only)
  • CSS modules only (*.module.css)
  • Tests colocated as *.spec.tsx

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 4 months ago
tools tools automation tools

Related Skills

fabric
chevron_right
specs-gen
chevron_right
typescript-expert
chevron_right
break-loop
chevron_right
burp-suite
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.