CodexClaude
Error Handling Pass
Make failure paths explicit, useful, and testable.
Reviews thrown errors, user-facing states, logging, retries, and fallback behavior across flows.
Curated score
86
Difficulty
Medium
Risk
Medium
What it helps with
Handle timeout
Add fallback
Improve error message
Use cases
API robustness
UX states
Observability
Skill contents
SKILL.mdIncluded
ScriptsNot listed
ReferencesIncluded
AssetsNot listed
errorsretrieslogging
Safety / risk notes
SKILL.md
Check before using
Review commands before execution.
Run on a branch or disposable workspace first.
Check file changes and external calls before shipping.
Source
GitHub
SourceSimilar skills
Nearby shelf.
🧑💻API Integration
Wire external APIs with typed clients and clear error paths.
🧬TypeScript Strictness
Raise type safety without a noisy rewrite.
🪝Webhook Handler
Build reliable webhook handlers with verification and retries.
🧩Backend Routes
Small, reliable API endpoints with validation and tests.
🗄️Cache Strategy Review
Review cache keys, invalidation, TTLs, and stale data risk.
🪵Log Signal Review
Turn noisy logs into useful operational signals.