What problem does it solve? Interfaces built for ideal demo data break in production when users enter long names, lose network connectivity, switch to RTL languages, or trigger API errors. This Skill systematically identifies and fixes these resilience gaps before they reach users. ## Core Features & Use Cases - Text Overflow & i18n Handling: Applies truncation, line-clamping, logical CSS properties, and Intl API formatting so layouts survive long translations, RTL scripts, and CJK characters. - Error & Edge Case Management: Implements structured handling for network failures, HTTP status codes (400/401/403/404/429/500), empty states, loading states, and concurrent operations like double-submission. - Accessibility & Performance Resilience: Adds keyboard navigation, reduced-motion support, debouncing, throttling, and memory-leak cleanup for robust real-world usage. - Use Case: Before launching a form-heavy dashboard, run this Skill to test inputs with 100-character names, emoji, offline conditions, and rapid repeated submissions, then apply the recommended CSS and validation fixes. ## Quick Start Harden this checkout form against long text, network errors, RTL languages, and double-submission edge cases.