Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 25d 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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