release-it
Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or "make it resilient". Also trigger when designing resilient microservices, planning zero-downtime deployments, or capacity-planning for peak load. Covers stability patterns, capacity planning, deploy/release decoupling, and observability. For data systems, see ddia-systems. For system architecture, see system-design.
适合你,如果系统经常出故障,需要熔断、重试等稳定性保障。
npx oh-my-skill add wondelai/skills/release-itcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wondelai/skills/release-itnpx oh-my-skill verify wondelai/skills/release-it怎么用
商店整理自技能原文 · 版本 326b380 · 表述以原文为准Claude 会帮你设计、部署和运维生产级系统,涵盖稳定性模式(熔断器、舱壁、超时、重试)、容量规划、零停机部署、健康检查与可观测性、混沌工程等。
当你提到“生产故障”、“熔断器”、“部署流水线”、“混沌工程”、“重试风暴”、“健康检查”、“服务持续崩溃”、“防止级联故障”或“让它更弹性”时触发。也适用于设计弹性微服务、规划零停机部署或峰值负载容量规划。