What problem does it solve? Manually fixing iOS bugs found during QA requires reproducing the issue, editing Swift source, rebuilding, redeploying, and re-verifying on a device — a slow loop that often ships fixes without regression coverage. This Skill closes that loop automatically: it takes a bug report, writes the fix, and confirms the fix on a real device with zero human intervention. ## Core Features & Use Cases - Reproduction-first fixing: Captures a GET /state/snapshot that reproduces the bug before any Swift source is edited, storing it as a regression test fixture in test/fixtures/ios-fix/ so the bug cannot silently recur. - End-to-end autonomous loop: Reads the /ios-qa finding, writes the fix, rebuilds, redeploys, and verifies the fix on the physical device. - Use Case: After /ios-qa reports that the settings screen crashes on rotation, invoke this Skill to reproduce the crash, patch the view controller, redeploy to the iPhone, and confirm the rotation no longer crashes — with the pre-bug snapshot saved as a permanent regression fixture. ## Quick Start Ask the agent to fix the iOS bug reported by /ios-qa and verify the fix on the connected device.