release-it
面向线上故障预防的实用架构建议,适合运维/后端。
提供熔断、隔离、超时与重试等稳健性模式提升生产系统稳定性。
把生产环境的抗压设计放在首位,教你用熔断、隔离(bulkhead)、超时、重试等模式防止单点故障演变成灾难性崩溃。在遇到宕机、流量冲击、要实现零停机部署或做混沌演练时特别有用。特点是把稳定性、容量规划和可观测性当成一套工程规范,而不是事后补救。
▸ 展开 SKILL.md 英文原文
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.
帮我安装这个 skill:https://raw.githubusercontent.com/wondelai/skills/main/release-it/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/wondelai/skills/main/release-it/SKILL.md"# Release It! Framework Framework for designing, deploying, and operating production-ready software. The software that passes QA is not the software that survives production — production is hostile, and systems must expect and handle failure at every level. ## Core Principle **Every system will eventually be pushed beyond its design limits.** The question is not whether failures happen, but whether your system degrades gracefully or collapses catastrophically. Production-ready software is not just correct — it is resilient, observable, and operates through partial failures without human intervention. ## Scoring **Goal: 8/8.** Score a production system by the Quick Diagnostic: **1 point