Skip to main content
ClaudeWave
Skill78 estrellas del repoactualizado 18d ago

fix-solve

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

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