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 Coverage: Implements recovery patterns for network failures, API status codes (400-500), empty states, loading states, and concurrent operations like double-submission. - Accessibility & Performance Resilience: Adds keyboard navigation, screen reader support, reduced-motion handling, debouncing, and memory leak prevention. - Use Case: Before shipping a new user profile feature, run this Skill to verify it survives 100-character names, German translations, offline mode, and rapid repeated form submissions. ## Quick Start Ask the AI to harden the checkout form against long text, network errors, and internationalization issues.