npx claudepluginhub jamesprial/prial-plugins --plugin golang-workflowThis skill uses the workspace's default tool permissions.
- go vet warnings → see [vet/](vet/)
Sets up golangci-lint for Go projects with recommended linters (errcheck, goimports, revive, govet, staticcheck) for code quality and static analysis. Includes config, running instructions, and CI/CD integration.
Provides Go linting best practices and golangci-lint configuration, covering linter runs, .golangci.yml setup, nolint suppressions, output interpretation, and linter management.
Detects optimal method to run golangci-lint in Go repositories (scripts, Makefile, direct, install) and reports structured issue summary.
Share bugs, ideas, or general feedback.
go fmt ./...
go vet ./...
staticcheck ./...
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest