Agent Skills
› ciembor/agent-rules-books
› release-it
release-it
GitHub指导在涉及生产可靠性、故障处理、超时重试、熔断器及部署行为时,应用 Michael T. Nygard 的设计规则,确保系统稳健性和运营就绪。
Trigger Scenarios
设计容错机制
配置超时与重试策略
实施熔断器模式
优化部署流程
Install
npx skills add ciembor/agent-rules-books --skill release-it -g -y
SKILL.md
Frontmatter
{
"name": "release-it",
"license": "MIT",
"description": "Apply Michael T. Nygard-inspired production reliability rules when designing failure handling, timeouts, retries, circuit breakers, observability, or deployment behavior."
}
Release It! Skill
Use this skill when a task involves production reliability, integration failure, timeouts, retries, circuit breakers, bulkheads, backpressure, observability, capacity, deployment, or operational readiness.
Before making design or code decisions, read and apply release-it.mini.md. Use release-it.md only as a deeper reference when the mini rules are not enough for the current production-reliability tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


