github.com/Vonage/cloud-runtime-cli
Skill | Added | Review |
|---|---|---|
golang-pro Implements concurrent Go patterns using goroutines and channels, designs and builds microservices with gRPC or REST, optimizes Go application performance with pprof, and enforces idiomatic Go with generics, interfaces, and robust error handling. Use when building Go applications requiring concurrent programming, microservices architecture, or high-performance systems. Invoke for goroutines, channels, Go generics, gRPC integration, CLI tools, benchmarks, or table-driven testing. | 90 90 1.29x Agent success vs baseline Impact 92% 1.29xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 91034cc | |
golang-performance Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill). | 88 88 0.97x Agent success vs baseline Impact 84% 0.97xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 91034cc | |
golang-error-handling Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, structured logging with slog, HTTP request logging middleware, and samber/oops for production errors. Built to make logs usable at scale with log aggregation 3rd-party tools. Apply when creating, wrapping, inspecting, or logging errors in Go code. | 84 84 1.07x Agent success vs baseline Impact 97% 1.07xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 91034cc |