The Silent Failure Reviewer skill empowers Claude to identify critical observability gaps where errors are caught but not properly handled or reported. By scanning for patterns such as empty catch blocks, unhandled promise rejections, and excessive use of silent nullish coalescing, it helps developers prevent 'ghost bugs' that are difficult to trace in production. It provides actionable remediation strategies, including standardized logging, error re-throwing, and the implementation of UI error boundaries, ensuring that frontend applications remain resilient, maintainable, and observable.
주요 기능
01Audits async/await usage for proper try/catch wrapping
02Flags silent nullish coalescing that may hide data issues
03Detects empty catch blocks and swallowed exceptions
04Provides standardized fix patterns for logging and UI feedback
05Identifies missing .catch() blocks in promise chains
063 GitHub stars