What problem does it solve? After running iOS QA instrumentation, your app is left with a DebugBridge Swift package, #if DEBUG blocks, StateServer, DebugOverlay, and generated accessor code that must be stripped before shipping. This Skill automates that cleanup so debug instrumentation never leaks into a release build. ## Core Features & Use Cases - DebugBridge Removal: Deletes the DebugBridge SPM package and all app-side hooks installed by the /ios-qa workflow. - Debug Wiring Cleanup: Strips #if DEBUG blocks, StateServer, DebugOverlay, and accessor codegen output from the iOS codebase. - Release Safety Guard: Relies on a structural Release-build guard (Package.swift conditional plus a CI swift build -c release check) as the safety-critical verification path. - Use Case: After finishing a QA pass on your iOS app, ask the agent to clean the debug bridge so the repository is back to a shippable state with release builds verified in CI. ## Quick Start Ask the agent to clean the iOS debug bridge and remove all DebugBridge instrumentation from this project.