What problem does it solve? After installing the iOS QA debug bridge, your Swift project drifts out of sync whenever you upgrade gstack, add new @Observable ViewModels or properties, or move the @Snapshotable generator marker. This Skill regenerates the bridge artifacts in place so the debug instrumentation always matches your current code and the latest upstream templates. ## Core Features & Use Cases - Bridge Regeneration: Updates StateServer.swift, DebugOverlay.swift, Package.swift, and the typed @Observable state accessors from upstream gstack templates. - Post-Upgrade Sync: Reapplies hardening fixes after a gstack version upgrade without manual file edits. - Accessor Coverage: Adds typed accessors for newly introduced ViewModels and properties. - Use Case: You added two new @Observable classes to your iOS app and upgraded gstack; run this Skill to regenerate the debug bridge so the new state is inspectable through the overlay. ## Quick Start Ask the assistant to resync the iOS debug bridge and regenerate the gstack iOS accessors for the current project.