Loading...
Loading...
Quick-reference checklist for Go code review based on the Go Wiki CodeReviewComments. Maps to detailed skills for comprehensive guidance. Use when reviewing Go code or checking code against community style standards.
npx skill4agent add cxuu/golang-skills go-code-reviewBased on Go Wiki CodeReviewComments. This checklist provides quick review points with references to detailed skills.
gofmtgoimports_MixedCapsmixedCapsmaxLengthMAX_LENGTHURLurlIDidHTTPhttpServeHTTPxmlHTTPRequestirccClientthisselfmechubby.Filechubby.ChubbyFileutilcommonmiscvar t []stringt := []string{}*Tcrypto/randmath/randstring*stringimport _ "pkg"Examplegot != want# Format and organize imports
goimports -w .
# Run linter suite
golangci-lint run
# Check for common issues
go vet ./...