ios-fix

Fixes iOS bugs by patching source code, rebuilding, and verifying on a real device.

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill ios-fix-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-fix
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/ios-fix
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill ios-fix-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about ios-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix an iOS bug found during QA?

Invoke this Skill after /ios-qa reports a bug. It reads the relevant source code, writes the fix, rebuilds the app, redeploys to the connected device, and verifies the fix without manual steps.

How does the iOS fix get verified after patching?

The Skill rebuilds the app and redeploys it to a real iOS device, then confirms the bug no longer reproduces. This closes the loop from bug discovery to confirmed fix.

Does this Skill prevent fixed iOS bugs from recurring?

Yes. It captures the pre-bug state snapshot as a regression test fixture, so the same bug cannot silently reappear in later builds.

Can I trigger the iOS bug fixer with a voice command?

Yes. Speech-to-text aliases like "fix the iOS bug", "patch the iPhone app", or "auto-fix the iOS issue" trigger the Skill, in addition to typed commands.

What are the limitations of autonomous iOS bug fixing?

The Skill depends on a connected physical device for verification and on a bug report from /ios-qa or an explicit user request. In headless sessions where user questions are unavailable, decision points may block rather than prompt.