What problem does it solve?
This Skill eliminates the risk of undetected reliability gaps in production code that lead to outages, cascading failures, and failed Kubernetes rollovers, which are often missed in manual code reviews.
Core Features & Use Cases
- Structured Reliability Analysis: Evaluates code against a standardized framework covering graceful shutdown contracts, gRPC production patterns, stability patterns (timeouts, circuit breakers, bulkheads), and stability anti-patterns.
- Flexible Scoping: Supports reviewing full codebases, specific packages/directories, or PR/branch diffs to focus analysis on relevant changes.
- Goroutine Leak Detection: Flags packages that spawn goroutines but lack goleak test coverage to prevent latent memory leaks in production.
- Use Case: A team preparing a Go microservice for production deployment can use this Skill to run a full reliability review, catching missing graceful shutdown logic, unbounded downstream call timeouts, and missing health check implementations before they cause downtime.
Quick Start
Request a reliability review of your Go microservice's latest PR to identify production stability gaps and get prioritized, actionable fix recommendations.