Initial commit
This commit is contained in:
23
commands/f.md
Normal file
23
commands/f.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
description: "[Express] Fix issues - quick bug fix command"
|
||||
allowed-tools: 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:
|
||||
1. Identify the root cause
|
||||
2. Implement the minimal fix
|
||||
3. Verify the fix doesn't break existing functionality
|
||||
4. Suggest any related issues that should be addressed
|
||||
|
||||
Focus on minimal, targeted fixes rather than refactoring.
|
||||
Reference in New Issue
Block a user