Back to prompts
Find places where partial failures are silently ignored. Look for: - Promise.all without per-item handling - Fire-and-forget async calls - Empty or overly broad catch blocks Output: - List failure-blind code paths - Recommend explicit handling
Related Prompts
View allError Context Loss
Find places where errors are flattened, rethrown generically, or logged without context. Examples: ...
Error HandlingDebugging
Async Ordering Assumptions
Find async code that assumes execution order without enforcing it. Output: - List ordering assumpti...
AsyncConcurrency
12-Month On-Call Nightmare Review
Review this repository as if you are on call for it for the next 12 months. Question: What would wa...
On-CallReliability
useEffect Best Practices Refactor
You are a senior React engineer. Refactor the provided React/Next.js codebase to follow strict useEf...
ReactuseEffect