Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

fix-observe

Step 1 of debugging: observe the symptom carefully before jumping to conclusions.

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