Skip to main content
ClaudeWave
Skill78 estrellas del repoactualizado 18d ago

fix-observe

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

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