debug-fixed
Installation
SKILL.md
Debug Fixed
User confirms the bug is fixed. Clean up and summarize.
User Notes
$ARGUMENTS
Workflow
Step 1: Remove Instrumentation
Remove all __debugLog() calls from instrumented files:
- All
__debugLog(...)calls - The logger function declaration at the top of each file
- Any imports added for the logger (e.g.,
appendFileSync,mkdirSync,existsSync)