Autocode fix-observe
Step 1 of debugging: observe the symptom carefully before jumping to conclusions.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fix-observe" ~/.claude/skills/ilang-ai-autocode-fix-observe-7f986f && rm -rf "$T"
manifest:
skills/fix-observe/SKILL.mdsource content
::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