swift-error-handling-pro
SolidReviews Swift error handling for modern patterns including typed throws, Result vs throws, LocalizedError conformance, and async error propagation. Use when writing or reviewing Swift error types and throwing functions.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- kelvinkosbab
- Repository
- kelvinkosbab/AppBootstrapAI
- Created
- 3 months ago
- Last Updated
- 5 days ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
swift-concurrency-pro
Reviews Swift code for concurrency correctness, modern API usage, and common async/await pitfalls. Use when reading, writing, or reviewing Swift concurrency code.
error-handling-and-resilience
Build error handling, retries, timeouts, and resilience patterns into a change — the constructive counterpart to silent-failure hunting during review. Use when adding error handling, a retry, a timeout, a circuit breaker, or any code that calls an external service, queue, or dependency that can fail. Triggers on error handling, retry, timeout, resilience, circuit breaker, exception, failure path, external call.
awesome-error-standards
Applies consistent error handling, logging, and user-facing messages: typed errors, operational-vs-programmer classification, API error envelopes, HTTP status mapping. Use when adding or refactoring error handling, designing an API error contract, reviewing failure paths, or when the user says 'error handling', 'consistent errors', 'обработка ошибок'.