What problem does it solve? Interfaces built for ideal demo data break in production when users enter long text, lose network connectivity, switch languages, or trigger unexpected errors. This Skill systematically hardens UI components against real-world edge cases before they reach users. ## Core Features & Use Cases - Text Overflow & i18n Handling: Applies truncation, line-clamping, logical CSS properties for RTL languages, and Intl API formatting for dates, numbers, and currencies. - Error & Edge Case Management: Implements network error recovery, form validation, empty/loading states, concurrent operation handling, and graceful degradation. - Accessibility & Performance Resilience: Covers keyboard navigation, screen reader support, reduced-motion preferences, debouncing, and memory leak prevention. - Use Case: Before shipping a dashboard, run this Skill to test it with 100-character names, German translations, throttled 3G connections, and rapid double-clicks, then fix every overflow, missing error state, and RTL layout break it finds. ## Quick Start Harden the user profile page against long text, RTL languages, network errors, and empty states.