What problem does it solve? After debugging an iOS app with the gstack DebugBridge instrumentation, leftover debug code (StateServer, DebugOverlay, generated accessors, and #if DEBUG hooks) must be stripped before shipping. This Skill automates that cleanup so no debug instrumentation leaks into release builds. ## Core Features & Use Cases - DebugBridge removal: Uninstalls the DebugBridge Swift Package Manager dependency and all app-side hooks installed by /ios-qa. - Instrumentation cleanup: Removes StateServer, DebugOverlay, and accessor codegen output wired behind #if DEBUG flags. - Release safety: Works alongside the structural Release-build guard (Package.swift conditional plus CI swift build -c release check) that blocks debug code from shipping. - Use Case: After finishing a live-device QA session, ask the agent to strip the debug instrumentation so the codebase is clean for the release branch. ## Quick Start Ask the agent to clean the iOS debug bridge and remove all DebugBridge instrumentation from the app.