Skip to main content
ClaudeWave
Skill85 repo starsupdated 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.

Install in Claude Code
Copy
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
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-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