error-handling-debug
Debug and improve error handling strategies including exception hierarchies, retry logic, graceful degradation, and circuit breakers.
8 skills tagged operate · lifecycle axis.
Debug and improve error handling strategies including exception hierarchies, retry logic, graceful degradation, and circuit breakers.
Structured steps to triage, mitigate, and resolve production incidents. Includes severity classification and postmortem template.
Master workflow for production incidents. Orchestrates incident response triage, root-cause analysis, log analysis, and decision-record capture into a single named sequence ending in an audit. Contains no implementation logic.
Parse, correlate, and analyze application logs to detect patterns, anomalies, and causal chains across distributed systems.
Design and configure observability stacks covering metrics, logs, traces, alerting, SLIs/SLOs, and dashboards.
Analyze application performance using profiling tools, traces, and logs to identify bottlenecks and hotspots.
Monitor memory, CPU, time, and rate-limit constraints. Adapt behavior gracefully — degrade, shed load, switch algorithms. Prevents runaway resource usage and cascading failures.
Systematically trace symptoms back to their underlying cause using 5-whys, fault trees, bisection, and symptom-to-cause mapping.