Diagnose Bash Error

Diagnostic guide for Bash command failures. Use when a Bash command returns a non-zero exit code. Provides error categorization by exit code, root cause analysis procedures, and specific fix suggestions. Helps avoid blind retry loops by diagnosing the error before attempting another command. Trigger on any Bash failure, especially exit codes 1, 2, 127, and 255.

ViperJuice Updated

File contents

ViperJuice/gemini-skills/tree/main/efficiency-kit/diagnose-bash-error commit b2826b3b3f

Frequently asked questions

npx skillmds@latest add viperjuice/diagnose-bash-error