Skip to content
Development
Command

/review

Comprehensive code review

From plugin
tool-ui
7657 skills5 agents7 commands
Install
$ npx -y skills add assistant-ui/tool-ui --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Comprehensive code review

Command definition

review.md
description: Comprehensive code review

Review $ARGUMENTS for:

1. **Security Issues**

  • XSS vulnerabilities
  • Unsafe user input handling
  • API key exposure
  • OWASP Top 10 concerns

2. **Performance**

  • Unnecessary re-renders
  • Missing memoization
  • Large bundle impacts
  • Inefficient algorithms

3. **Type Safety**

  • Missing TypeScript types
  • Unsafe `any` usage
  • Type assertions that could fail

4. **Best Practices**

  • React hooks rules
  • Component composition
  • Error boundaries
  • Accessibility (a11y)

5. **Code Quality**

  • Readability
  • Maintainability
  • DRY principle violations
  • Magic numbers/strings

Provide specific line references and actionable fixes.

Ships withtool-ui

UI components for AI interfaces

Get the whole plugin