关于
The Go Error Handling skill provides Claude with expert knowledge of Go's unique error management ecosystem, enabling the automated application of modern best practices. It guides the implementation of contextual wrapping using the %w verb, the creation of structured custom error types, and the correct use of errors.Is and errors.As for deep error inspection. This skill is essential for developers looking to eliminate common mistakes like ignored errors or lost type context while ensuring that error chains are handled consistently across package boundaries.