What problem does it solve? Manually fixing bugs found during iOS QA requires reading source code, writing a patch, rebuilding the app, redeploying to a device, and re-testing — a slow loop that often skips regression coverage. This Skill closes that loop automatically after /ios-qa reports a bug. ## Core Features & Use Cases - Autonomous bug fixing: Reads the source behind a reported bug, writes the fix, rebuilds, redeploys, and verifies the fix on a real device with zero human intervention. - Regression capture: Saves the pre-bug state snapshot as a regression test fixture so the same bug cannot silently recur. - Voice and command triggers: Invoke via "fix the iOS bug", "patch the iPhone app", or "auto-fix the iOS issue". - Use Case: After /ios-qa flags a crash on the login screen, run this Skill to locate the faulty code, apply the patch, redeploy to the connected iPhone, and confirm the crash is gone. ## Quick Start Ask the assistant to fix the iOS bug reported by the last QA run and verify it on the connected device.