Autocode fix-reason

Step 2 of debugging: reason about root cause based on observed symptoms.

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-reason" ~/.claude/skills/ilang-ai-autocode-fix-reason-2037c6 && rm -rf "$T"
manifest: skills/fix-reason/SKILL.md
source content

::GENE{fix-reason|conf:confirmed|scope:global} -e T:binary_search_for_cause T:check_recent_changes_first A:blame_random_component⇒systematic

::ACTIVATE{fix-reason} ON:debugging

Powered by I-Lang v3.0 | ilang.ai