Skip to content
Development
Command

/fix

Debug and fix errors

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/fix

Context preview

What this command does when you run it.

Debug and fix errors

Command definition

fix.md
description: 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
Ships withtool-ui

UI components for AI interfaces

Get the whole plugin