Loading...
Loading...
Found 10 Skills
Graceful Degradation with Helpful Messages
Build resilient systems that degrade gracefully under failure. Implement fallbacks, feature flags, and partial responses when dependencies fail.
Execute graceful degradation when system constraints exceeded.
Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallback, domain error hierarchy, user-facing vs internal errors, error code design, circuit breaker, graceful degradation, resilience, error context, backoff, retry with backoff, error recovery, transient vs permanent error, 领域错误, 错误分类, 恢复策略, 重试, 熔断器, 优雅降级
Handle transient failures with exponential backoff and graceful fallbacks. Retry on network blips, fall back to cached data when services fail.
Research-to-implement pipeline chaining 5 MCP tools with graceful degradation
Provides robust error handling strategies and patterns. Use when the user mentions resilience, error handling, fallbacks, or debugging failures.
Graceful degradation through cascading fallback strategies - ensures system always completes while maintaining acceptable functionality
Use when deciding where to catch errors. Use when errors propagate too far or not far enough. Use when designing component/service isolation.
Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience.