release-it

仓库创建 2026年1月29日最近提交 5 天前SkillHot 收录 21 天前
▸ 精选理由

面向线上故障预防的实用架构建议,适合运维/后端。

这个 Skill 做什么

提供熔断、隔离、超时与重试等稳健性模式提升生产系统稳定性。

把生产环境的抗压设计放在首位,教你用熔断、隔离(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.

开发编程可用性容错模式熔断重试通用
1.8k
Stars
179
Forks
40
仓库内 Skill
+188
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wondelai/skills/main/release-it/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wondelai/skills/main/release-it/SKILL.md"
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 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有