golang AI Agent Skills

Browse 12 skills related to golang

Go Testing Patterns

71
PramodDuttaPramodDutta

Go testing with testing package, table-driven tests, subtests, benchmarks, test fixtures, httptest, and testify assertions.

gogolangtable-driven+2
185 days ago

golang-backend-development

40
manutejmanutej

Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment

golanggoconcurrency+7
185 days ago

golang-observability-opentelemetry

15
bobmatnycbobmatnyc

Instrumenting Go applications with OpenTelemetry for distributed tracing, Prometheus for metrics, and structured logging with slog

observabilitygolangopentelemetry+5
185 days ago

golang-grpc

15
bobmatnycbobmatnyc

Production gRPC in Go: protobuf layout, codegen, interceptors, deadlines, error codes, streaming, health checks, TLS, and testing with bufconn

golanggrpcprotobuf+4
185 days ago

golang-database-patterns

15
bobmatnycbobmatnyc

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

databasegolangsqlx+4
185 days ago

golang-http-frameworks

15
bobmatnycbobmatnyc

Go HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks

httpgolangchi+5
185 days ago

golang-cli-cobra-viper

15
bobmatnycbobmatnyc

Building production-quality CLI tools with Cobra command framework and Viper configuration management

cligolangcobra+3
185 days ago

golang-testing-strategies

15
bobmatnycbobmatnyc

Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration

testinggolangtestify+3
185 days ago

golang-concurrency-patterns

15
bobmatnycbobmatnyc

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

golangconcurrencycontext+5
185 days ago

go-test-standards

6
iceleaf916iceleaf916

Golang unit testing standards and best practices guide

golanggo-test-standardsunit-test+3
185 days ago

code-review-assistant

6
iceleaf916iceleaf916

A code review assistant that supports local Git repositories and Gerrit reviews. It can review the latest commit, staged changes, unstaged changes, etc., and also supports Gerrit Code Review for multi-language projects such as Golang, Qt/C++, and Ansible. Provides a three-level review classification (Must Fix / Should Fix / Optional Improvement) and generates a Markdown report.

code-reviewgerritgit+4
185 days ago

analyzing-golang-malware-with-ghidra

2
mukul975mukul975

Reverse engineer Go-compiled malware using Ghidra with specialized scripts for function recovery, string extraction, and type reconstruction in stripped Go binaries.

golangghidrareverse-engineering+4
185 days ago