go-language-correctness

Installation
SKILL.md

Go Language Correctness

Review guarantees before implementation details. Establish the module's Go language version, then trace representation, ownership, iteration, and text semantics through observable behavior.

Core Workflow

  1. Record the module and file language versions plus supported targets.
  2. Identify external numeric, binary, and text boundaries.
  3. Trace slice and map ownership, aliasing, capacity authority, and retention.
  4. Review range copying, mutation, ordering, control flow, and resource scope.
  5. Distinguish bytes, runes, UTF-8 validity, and user-perceived characters.
  6. Separate language guarantees from compiler, runtime, and architecture details.
  7. Add focused boundary tests and run the repository's analyzers.

Read Next

Installs
1
Repository
lvtd-llc/skills
GitHub Stars
1
First Seen
14 days ago
go-language-correctness — lvtd-llc/skills