What problem does it solve? Manually fixing an iOS bug found during QA requires reading source code, writing a patch, rebuilding the app, redeploying to a device, and re-testing — a slow loop that often skips verification. This Skill automates that entire cycle so a reported bug is fixed and confirmed on a real device without human intervention. ## Core Features & Use Cases - Closed-loop bug fixing: Takes a bug reported by /ios-qa, reads the source, writes the fix, rebuilds, redeploys, and verifies the fix on the physical device. - Regression capture: Saves the pre-bug state snapshot as a regression test fixture so the same bug cannot silently recur. - Use Case: After /ios-qa flags a crash on the settings screen of your iPhone app, invoke this Skill to locate the faulty code, patch it, push the new build to the device, and confirm the crash is gone. ## Quick Start Ask the agent to fix the iOS bug that /ios-qa just reported and verify the fix on the connected device.