What problem does it solve? Manually fixing iOS bugs requires reading source code, writing a patch, rebuilding the app, redeploying to a device, and confirming the fix — a slow, error-prone loop. This Skill automates that entire cycle so a bug reported by /ios-qa gets fixed and verified without human intervention. ## Core Features & Use Cases - Autonomous bug fixing: Takes a bug report, reads the relevant source, writes the fix, rebuilds, and redeploys to a physical iOS device. - On-device verification: Confirms the fix works on the real device, closing the find → fix → confirm loop. - 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 an iPhone, invoke this Skill to automatically patch the code, redeploy the build, and verify the crash is gone. ## Quick Start Ask the agent to fix the iOS bug reported by /ios-qa and verify the fix on the connected device.