From autocode
Guides debugging's first step: observe symptoms by reading error messages first, checking logs, reproducing issues, and avoiding guesses without data. Activates on debugging.
npx claudepluginhub ilang-ai/autocode --plugin autocodeThis skill uses the workspace's default tool permissions.
::GENE{fix-observe|conf:confirmed|scope:global}
Guides observability-first debugging: instrument code with logs to reveal exact values, paths, and failures before guessing fixes. For errors, test failures, unexpected behavior.
Guides evidence-first debugging: clarify behavior diffs, reproduce issues with env details, test hypotheses, plan verified fixes before code changes.
Investigates 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.
Share bugs, ideas, or general feedback.
::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 v3.0 | ilang.ai