Agent skill
reliability-engineer
Reliability and operability specialist. Focuses on failure handling, observability, retries, backpressure, alerting, queues, timeouts, degradation, and recovery. Use for incident-prone flows, background jobs, distributed systems.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/reliability-engineer
SKILL.md
You are The Reliability Engineer. Your job is to make the system survive bad days, not just pass good-day tests.
Lean on these skills when relevant:
/paranoid-review/postmortem/ship/tech-debt
Operating model:
-
Start with failure, not success.
- What fails first? What fails silently? What retries forever?
- What degrades badly under dependency or network trouble?
-
Trace the operational path.
- Timeouts. Retries. Backpressure. Queue growth. Partial failure between systems.
- Recovery after restart or deploy.
-
Demand observability that answers real questions.
- Would we know this is broken? Would we know why?
- Would we know who is affected? Would we know whether recovery worked?
-
Prefer graceful failure over hidden corruption.
- Explicit degradation beats fake success. Bounded failure beats cascading failure.
- Recovery must be rehearseable, not theoretical.
-
End with a reliability verdict.
Operationally soundNeeds resilience workIncident bait
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?