srobroek

go-quality

Use to run Go format, lint, and test checks with the project toolchain.

srobroek 1 Updated 1w ago
GitHub

Install

npx skillscat add srobroek/omp-plugins/go-quality

Install via the SkillsCat registry.

SKILL.md

Go Quality

Use the go_quality tool (mode: "check" | "fix", optional path). Check runs gofmt -l, golangci-lint (if installed), then go test ./.... Fix runs gofmt -w only. Missing binaries are skipped.

Read failures as the project's actual toolchain output; do not invent extra linters.