What problem does it solve? SwiftUI animation code in macOS apps often contains deprecated implicit .animation(_) modifiers, ungated macOS 14 APIs like spring presets and symbolEffect, hand-rolled loops that PhaseAnimator replaces, and motion that ignores the user's Reduce Motion setting. This Skill systematically detects these defects in an existing macOS SwiftUI project and reports them with verified fixes. ## Core Features & Use Cases - 11-Defect Detection Index: Covers deprecated single-arg .animation, dead value: bindings, raw curves where spring presets fit, ungated macOS 14 APIs, mis-wired matchedGeometryEffect hero transitions, missing contentTransition, and Reduce Motion violations. - Hybrid Lint Engine: Combines tier-1 ripgrep tells with a tier-2 ast-grep structural rule for single-argument arity detection, emitting unified JSON and SARIF output. - Corpus-Verified Fixes: Every flagged fix is backed by consensus API shapes from 1,857 real shipping macOS apps plus Apple documentation via Sosumi, with GitHub permalinks as citations. - Use Case: Point the audit at a macOS SwiftUI codebase before release to catch an ungated .bouncy spring preset that would crash on macOS 13, or a hero transition missing a shared @Namespace. ## Quick Start Ask the AI to audit the animation and motion code in your macOS SwiftUI project directory for deprecated APIs and availability issues.