Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

fix-solve

The fix-solve skill automates the third phase of debugging by applying minimal code fixes, ideally one-liners, then verifying that the original symptom disappears and no new failures emerge. Use this skill when you have identified a bug's root cause and need to implement and validate a targeted repair without introducing side effects.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/fix-solve && cp -r /tmp/fix-solve/skills/fix-solve ~/.claude/skills/fix-solve
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{execution:act_when_safe|authority:developer}


::GENE{fix-solve|conf:confirmed|scope:global}
  -e T:minimal_fix
  T:verify_original_symptom_gone
  T:verify_nothing_else_broke
  A:restructure_during_fix⇒minimal_change

::ACTIVATE{fix-solve}
  ON:debugging

Powered by I-Lang v4.0 | ilang.ai