Review Go code for error handling correctness, nil safety, and failure-path integrity including ignored errors, missing wrapping, panic misuse, SQL/HTTP resource lifecycle, and transaction patterns. Trigger when code contains error returns, panic calls, sql.Rows, transactions, HTTP client/server code, or nil-sensitive pointer operations. Use for error-handling and correctness-focused review.
$npx -y skills add johnqtcg/awesome-skills --skill go-error-reviewInstalls into the current project.
Run `npx skills use "https://github.com/johnqtcg/awesome-skills" --skill "johnqtcg/awesome-skills/go-error-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/johnqtcg/awesome-skills" that are relevant to the current task. Run `npx skills add "https://github.com/johnqtcg/awesome-skills"` and select the relevant skills, then follow their instructions.