Skip to main content

production-reliability

Applies Michael Nygard's Release It! discipline when building or reviewing services, APIs, jobs, or queues that must survive production failure: put explicit timeouts on outbound calls, retry only when safe and bounded, isolate failures with circuit breakers and bulkheads, design overload behavior with backpressure and load shedding, and build in observability at every boundary. Use whenever the user is building a production service, reviewing something before it ships, adding a dependency call, queue, or background job, or investigating a production incident. Trigger on phrases like "is this production ready", "what happens if this dependency is slow", "add a retry", or "this needs to survive an outage". Distilled from Nygard's book via the agent-rules-books project (MIT licensed); references/full-reference.md carries the complete rule set for deep audits.

Jump to install

Source facts

Repository
infinyte/custom_claude_skills
Last source activity
July 24, 2026 at 06:32
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.