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

  • diagnose or investigate → hard-bug workflow: feedback loop, repro, hypotheses, probes, regression test.
  • team → parallel analysis agents challenge root causes before fixes.

Use TaskCreate / TaskUpdate to track:

  1. Run validation or build a repro
  2. Analyze root causes
  3. Fix one issue at a time
  4. Verify after each fix
  5. Final verification and cleanup

Phase 1: Feedback Loop First

Installs
6
GitHub Stars
32
First Seen
Apr 14, 2026
fixing-code — alexei-led/cc-thingz