Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

fix-solve

Step 3 of debugging: apply minimal fix. One-liner ideal. Verify nothing else broke.

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