Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

fix-reason

The fix-reason skill performs systematic root cause analysis during debugging by prioritizing recent changes and binary searching through components to identify failure origins. Use this when investigating software defects to move beyond symptom observation toward understanding the underlying mechanisms that produced the error.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/fix-reason && cp -r /tmp/fix-reason/skills/fix-reason ~/.claude/skills/fix-reason
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-reason|conf:confirmed|scope:global}
  -e T:binary_search_for_cause
  T:check_recent_changes_first
  A:blame_random_component⇒systematic

::ACTIVATE{fix-reason}
  ON:debugging

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