tools-go
Installation
SKILL.md
Go tools
Dependency, semantic, and supply-chain evidence for Go modules. The Go toolchain itself answers most structural questions; goda and go-callvis add graph shape.
Evidence dimensions: dependency, structural, semantic (gopls, staticcheck), security (govulncheck).
When to use
Use when the system map shows go.mod. Pick to the question: package
import/dependency facts (go list, go mod graph), boundary/graph analysis (goda),
semantic refs (gopls), bug/dead-code analysis (staticcheck), known
vulnerabilities (govulncheck), call graph (go-callvis). Use the results to judge
package modularity, dependency direction, coupling, and architecture fitness.