From autocode
Observes symptoms carefully before jumping to conclusions during debugging. Encourages reading error messages, checking logs, and reproducing issues to gather data first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:fix-observeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::PRIOR{completion:assume_incomplete|authority:developer}
::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
npx claudepluginhub ilang-ai/autocode --plugin autocodeInvestigates and diagnoses software bugs using scientific method: observe symptoms, hypothesize causes, test with logging/Bash/Grep/Glob, analyze without fixing. Use before /fix for root cause.
Debugs errors, test failures, and unexpected behavior via root cause analysis of logs, stack traces, recent changes, hypotheses testing, and strategic logging. Delivers fixes, verification steps, and prevention advice.
Enforces 4-phase debugging process: root cause investigation via error reading, reproduction, change checks, instrumentation before fixes. For bugs, tests, builds, performance issues.