ios-fix

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

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill ios-fix-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-fix
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/ios-fix
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill ios-fix-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

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?

Run the ios-fix skill after /ios-qa reports a bug. It reads the relevant source, writes the fix, rebuilds the app, redeploys to the real device, and verifies the fix without manual steps.

How does ios-fix prevent the same iOS bug from recurring?

It captures the pre-bug state snapshot as a regression test fixture during the fix workflow. This fixture lets the bug be re-checked automatically so it cannot silently recur in later builds.

Does ios-fix require a physical iPhone connected?

Yes, the workflow redeploys and verifies the fix on a real device as part of its closed-loop process. It is designed for on-device confirmation rather than simulator-only checks.

Can I trigger ios-fix with a voice command?

Yes, speech-to-text aliases include "fix the iOS bug", "patch the iPhone app", and "auto-fix the iOS issue". These map to the same autonomous fix-and-verify workflow.

When should I not use ios-fix for an iOS issue?

Avoid it when the bug has not been identified or reproduced yet — run /ios-qa first to find and document the bug. ios-fix assumes a concrete reported bug as its input.