Skill

go-linting

Go static analysis. Routes to specific tools.

From golang-workflow
Install
1
Run in your terminal
$
npx claudepluginhub jamesprial/prial-plugins --plugin golang-workflow
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Linting

Route by Tool

Quick Check

  • go vet ./... passes
  • go fmt applied
  • No unchecked errors

Common Workflow

go fmt ./...
go vet ./...
staticcheck ./...

Install Tools

go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Stats
Stars1
Forks0
Last CommitJan 19, 2026