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 those resilience gaps before users hit them. ## Core Features & Use Cases - Edge Case Testing: Guides testing with extreme inputs like 100+ character names, emoji, CJK text, empty states, and 1000+ item lists. - Error Handling Patterns: Provides concrete patterns for network failures, HTTP status codes (400/401/403/404/429/500), form validation, and graceful degradation. - Internationalization Support: Covers text expansion budgets, RTL layout with logical CSS properties, Intl API date/number formatting, and pluralization rules. - Use Case: Before shipping a dashboard, run this Skill to verify long German translations don't overflow buttons, API failures show retry options, and screen readers announce dynamic updates. ## Quick Start Ask the AI to harden the checkout form against long text, network errors, and RTL languages.