← ClaudeAtlas

build-checklisted

Build, test, vet, and format the Fabrik codebase
handarbeit/fabrik · ★ 19 · AI & Automation · score 68
Install: claude install-skill handarbeit/fabrik
Run the full Go build and quality check pipeline: 1. `go fmt ./...` — format all files 2. `go vet ./...` — static analysis 3. `go build ./...` — compile 4. `go test -race ./...` — run all tests with race detector Report any failures clearly. If formatting changed files, list them.