590 B
590 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| [Express] Fix issues - quick bug fix command | Read, Write, Edit, Glob, Grep, Bash |
Express Fix (/f)
Quick command to fix identified issues, errors, or bugs.
Usage
/f- Fix the last mentioned issue/f <error-message>- Fix specific error/f <file-path>- Fix issues in specific file
$ARGUMENTS
Fix workflow:
- Identify the root cause
- Implement the minimal fix
- Verify the fix doesn't break existing functionality
- Suggest any related issues that should be addressed
Focus on minimal, targeted fixes rather than refactoring.