Agent Skills
› ciembor/agent-rules-books
› release-it
release-it
GitHub应用生产可靠性规则,指导故障处理、超时重试、熔断器、可观测性及部署行为的设计与决策,提升系统稳定性。
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


