Development
Command
/fix
Debug and fix errors
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
/fix
Context preview
What this command does when you run it.
Debug and fix errors
Command definition
fix.mddescription: Debug and fix errors
Debug and fix the issue in $ARGUMENTS:
1. **Analyze** the error/bug carefully 2. **Identify** root cause (don't just treat symptoms) 3. **Fix** the issue with minimal changes 4. **Verify** the fix doesn't break existing functionality 5. **Explain** what was wrong and why the fix works
If TypeScript errors exist, run `pnpm exec tsc --noEmit` to verify the fix.
Prioritize:
- Type safety
- Backward compatibility
- Clean, readable solutions
- Proper error handling
Stats
781
Stars
30
Forks
Active
Maintenance
TypeScript
Language
MIT
License
14d ago
Last commit
10mo ago
Created
Repo: assistant-ui/tool-ui
Other commands on tool-ui.
Command
Command
generate-tool-ui
Generate a complete Tool UI component with docs, presets, and quality gates
Command
Command
Command
Command

