Peter Booker
Community@peterbooker · UK
Tech Lead @DekodeInteraktiv
Agent Skills by Peter Booker
Showing 12 vetted skills indexed across 1 GitHub repositories.
benchmark
Execute Go benchmarks and flag regressions exceeding 10% against a saved baseline.
lint
Run golangci-lint static analysis on Go projects with .golangci.yml configurations.
test
Execute Go unit tests for specified or all packages.
integration-test
Execute Go integration tests with Dockerized PostgreSQL and MinIO services.
race-check
Run the Go race detector and analyze WARNING: DATA RACE patterns.
security-scan
Scan Go projects for security vulnerabilities with gosec and govulncheck.
migrate
Manage PostgreSQL schema migrations with goose and validate against GORM models.
profile
Profile CPU and memory usage of Go packages with pprof.
reindex
Rebuild code search indexes for WordPress plugins, themes, and core versions.
generate
Run go generate to compile templ templates and build frontend assets.
deps
Tidy and verify Go module dependencies with checksum validation.
check
Run go vet, golangci-lint, and go tests with the race detector.