Go Quality - Quick Reference When NOT to Use This Skill - SonarQube setup - Use skill - Security scanning - Use skill - Testing - Use Go testing skills Deep Knowledge : Use with technology: for comprehensive documentation. Tool Overview | Tool | Focus | Included In | |------|-------|-------------| | go fmt | Formatting | Go toolchain | | go vet | Bug detection | Go toolchain | | staticcheck | Advanced analysis | golangci-lint | | golangci-lint | Meta-linter | Standalone | | gofumpt | Stricter formatting | golangci-lint | Recommendation : Use golangci-lint - it runs 100+ linters in parallel. g…