Loading...
Loading...
Stops execution and fixes root cause when commands, builds, scripts, or tools fail unexpectedly. Triggers on workaround language: 'directly', 'instead', 'alternatively', 'skip', 'fall back', 'work around', 'isn't working', 'broken', 'manually'. Activates on any unexpected non-zero exit code or process failure.
npx skill4agent add ntcoding/claude-skillz fix-it-never-work-around-it| Workaround Signal | What You're Actually Doing |
|---|---|
| "Let me check via X directly" | Bypassing the broken tool |
| "X is broken, let me use Y instead" | Abandoning the fix |
| "Let me try a different approach" | Avoiding the actual problem |
| "I'll work around this by..." | Literally saying it |
| "Alternatively, we can..." | Proposing a bypass |
| "Since X isn't working, let me..." | Giving up on fixing X |
| "Let me just manually..." | Bypassing automation |
| "I'll skip this step and..." | Ignoring the failure |
| "Let me fall back to..." | Retreating from the fix |
⏺ Bash(npm run build)
⎿ Error: Module not found '@company/shared'
⏺ The build has a dependency issue. Let me check the
source files directly to understand the code structure.⏺ Bash(nx show projects)
⎿ Error: Failed to process project graph
⏺ NX project graph is broken. Let me check the tasks
via gh directly and read the PRD.gh