Catalog / Skills

Go CLI Errors and Observability

Design and review recoverable Go CLI errors, exit semantics, structured logging, debug modes, traces, profiles, redaction, and user-consented diagnostic bundles. Use when a CLI needs actionable failures, safe support evidence, production troubleshooting, or observability that does not corrupt command output or expose secrets.

Gov0.3.0MITgogolangclierrorsobservabilityloggingdiagnostics

Install

npx skills add LVTD-LLC/skills --skill go-cli-errors-observability

From `SKILL.md`

Design failures for recovery first, then add the minimum safe evidence needed to diagnose them. Keep internal detail out of the normal user contract.