Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/golang-workflow:lintingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- go vet warnings → see [vet/](vet/)
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
npx claudepluginhub jamesprial/claude-plugins --plugin golang-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.