Go Language Correctness
Review and improve Go language-level correctness across numeric conversions, overflow, slices, maps, range loops, comparisons, strings, runes, UTF-8, defer evaluation, and version-dependent semantics. Use when reviewing agent-generated Go, debugging surprising mutation or memory retention, validating parsing and text handling, or checking code that depends on representation, aliasing, iteration, or runtime behavior.
Gov0.1.0MITgogolangcorrectnesscode-reviewslicesmapsunicode
Install
npx skills add LVTD-LLC/skills --skill go-language-correctnessFrom `SKILL.md`
Review guarantees before implementation details. Establish the module's Go language version, then trace representation, ownership, iteration, and text semantics through observable behavior.