Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
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-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