Skill Claude CodeCodex
Comprehensive SwiftUI accessibility audit against Apple HIG. Checks VoiceOver labels, Reduce Motion, Dynamic Type, color contrast, and accessible controls. Use before App Store submission or when adding new UI.
Skill Claude CodeCodex
Comprehensive SwiftUI accessibility audit against Apple HIG. Checks VoiceOver labels, Reduce Motion, Dynamic Type, color contrast, and accessible controls. Use before App Store submission or when adding new UI.
Skill Claude CodeCodex
Audit for crash risks - force unwraps, missing guards, unhandled errors, and unsafe optionals. Ensures safe fallbacks and user-friendly error states. Use before releases or when reviewing error-prone code.
Skill Claude CodeCodex
Data modeling and sync audit for iOS + watchOS. Covers WCSession reliability, conflict resolution, migrations, and offline behavior.
Skill Claude CodeCodex
Ensure user-facing errors and empty states are clear, actionable, and HIG-aligned. Covers alerts, ContentUnavailableView, retry flows, and permission guidance.
Skill Claude CodeCodex
Design and audit haptic patterns for clarity, comfort, and battery. Covers Core Haptics, watchOS constraints, and user expectations.
Skill Claude CodeCodex
Comprehensive SwiftUI localization audit - finds and fixes hardcoded strings, missing translations, and rawValue usages. Use when auditing code for localization issues, checking for untranslated strings, or preparing for App Store international launch.
Skill Claude CodeCodex
Guidelines for high-impact marketing copywriting - psychology-driven, benefit-first, and concise. Includes templates for Reddit, App Store, and social media.
Skill Claude CodeCodex
Audit for performance and battery - layout thrash, heavy animations, timers, background tasks. Identifies hotspots affecting smoothness and power consumption. Use before releases or when users report lag/battery drain.
Skill Claude CodeCodex
Audit for App Store privacy compliance - Info.plist purpose strings, permission prompts, data collection, and least-privilege access. Use before App Store submission or when adding new permissions.
Skill Claude CodeCodex
Testing strategy for SwiftUI + watchOS. Defines unit/UI coverage, ViewModel tests, haptics verification, localization checks, and CI-safe expectations.
Skill Claude CodeCodex
HIG-first visual design audit for SwiftUI. Covers color systems, contrast, typography, spacing, icons, and accessibility visuals.
Skill Claude CodeCodex
Audit watchOS code for battery impact, with special focus on Always On Display (AOD) and TimelineView usage.