From wtf
Quickly analyzes errors from logs or args, applies minimal fixes with Edit/Write tools, verifies via tests or re-runs, and reports results concisely without explanation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wtf:fix-itThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Investigate and fix the error, then verify the fix works through appropriate testing.
Investigate and fix the error, then verify the fix works through appropriate testing.
Analyze the error details (stack trace, screenshot, logs, $ARGUMENTS) and identify the root cause
Fix the issue with targeted changes
Verify the fix works — choose the most appropriate method:
Report results:
**What was broken:** [One sentence]
**What I did:** [The fix, briefly]
**Proof it works:** [Test output or verification]
$ARGUMENTS point to a specific file or error, go there directly.npx claudepluginhub pacaplan/wtf --plugin wtfEnforces a structured bug-fix workflow: reproduce, isolate, apply smallest fix, and verify. Helps investigate errors, debug crashes, and make failing tests pass.