fixing-code
Installation
SKILL.md
Fix and Diagnose Code
Fix until clean. For hard bugs, diagnose before editing. No guessing. Confirm before any destructive command; never use git reset --hard, git clean, or force push as a fix.
Parse $ARGUMENTS
diagnoseorinvestigate→ hard-bug workflow: feedback loop, repro, hypotheses, probes, regression test.team→ parallel analysis agents challenge root causes before fixes.
Use TaskCreate / TaskUpdate to track:
- Run validation or build a repro
- Analyze root causes
- Fix one issue at a time
- Verify after each fix
- Final verification and cleanup