Development
Command
/review
Comprehensive code review
Install
$ npx -y skills add assistant-ui/tool-ui --agent claude-codeHow 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.mddescription: 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.
Stats
766
Stars
31
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
3mo ago
Last commit
9mo ago
Created
Repo: assistant-ui/tool-ui
Other commands on tool-ui.
- /component
Create new React component
Open command - /fix
Debug and fix errors
Open command - /generate-tool-ui
Generate a complete Tool UI component with docs, presets, and quality gates
Open command - /optimize
Optimize performance
Open command - /refactor
Refactor code for better quality
Open command - /test
Generate comprehensive tests
Open command

