What problem does it solve? Most macOS defects live at the AppKit-SwiftUI seam: coordinate spaces that disagree under magnification, layout systems that fight, input routed to the wrong layer, and accessibility elements double-voiced or silent. This Skill applies best-practice rules while writing AppKit code and runs a structured review pass to catch genuine seam defects with concrete fixes. ## Core Features & Use Cases - Structured Review Pass: Runs a focus-area-driven review across magnification, hosting/bridging, performance, input routing, and accessibility, reporting findings by file with before/after fixes. - Writing-Time Guidance: Loads targeted references while you write NSScrollView canvases, NSHostingView chrome, or NSViewRepresentable interop so the seam is built correctly the first time. - Use Case: You are building a zoomable canvas of terminal cards with SwiftUI chrome hosted over a live NSView. Ask for a review and get prioritized findings on coordinate conversion, gesture-end snapshot capture, hit-test routing, and accessibility ownership. ## Quick Start Ask the assistant to review your NSScrollView canvas and NSHostingView bridging code for AppKit best practices and seam defects.