Agent skill

go-linting

Go static analysis. Routes to specific tools.

Stars 3
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/JamesPrial/claudefiles/tree/main/skills/golang/linting

SKILL.md

Linting

Route by Tool

  • go vet warnings → see vet/
  • staticcheck issues → see staticcheck/
  • golangci-lint setup → see golangci/

Quick Check

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

Common Workflow

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

Install Tools

bash
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results