What problem does it solve? Interfaces built for ideal demo data break in production when users enter long text, lose network connectivity, use RTL languages, or trigger API errors. This Skill systematically identifies and fixes these resilience gaps before they reach real users. ## Core Features & Use Cases - Text Overflow & i18n Handling: Applies truncation, line-clamping, logical CSS properties, and Intl API formatting so layouts survive long German translations, RTL scripts, and CJK characters. - Error & Edge Case Management: Implements recovery patterns for network failures, HTTP error codes (400-500), empty states, loading states, and concurrent operations like double-submission prevention. - Accessibility & Performance Resilience: Covers keyboard navigation, reduced-motion preferences, debouncing, memory leak cleanup, and slow-connection strategies. - Use Case: Before launching a dashboard, run this Skill to test it with 100-character names, emoji inputs, throttled 3G connections, and forced API errors, then apply the recommended fixes. ## Quick Start Ask the AI to harden a specific component or page against edge cases, error states, and internationalization issues.