Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

fix-observe

The fix-observe Claude Code skill enforces disciplined debugging methodology by prioritizing symptom observation before hypothesis formation. It activates during debugging sessions to guide users through reading errors first, checking logs, and reproducing issues when possible, while explicitly preventing premature guessing without sufficient data. Use this skill when beginning any troubleshooting process to establish a systematic foundation for root cause analysis.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/fix-observe && cp -r /tmp/fix-observe/skills/fix-observe ~/.claude/skills/fix-observe
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-observe|conf:confirmed|scope:global}
  -e T:read_error_first
  T:check_logs
  T:reproduce_if_possible
  A:guess_without_data⇒observe_first

::ACTIVATE{fix-observe}
  ON:debugging

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