ios-fix

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

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/raghavbadhwar/rstack --skill ios-fix-raghavbadhwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ios-fix
Source: https://github.com/raghavbadhwar/rstack/tree/main/ios-fix
Command: npx skills add https://github.com/raghavbadhwar/rstack --skill ios-fix-raghavbadhwar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually fixing an iOS bug found during QA requires reading source code, writing a patch, rebuilding the app, redeploying to a device, and re-testing — a slow loop that often skips verification. This Skill automates that entire cycle so a reported bug is fixed and confirmed on a real device without human intervention. ## Core Features & Use Cases - Closed-loop bug fixing: Takes a bug reported by /ios-qa, reads the source, writes the fix, rebuilds, redeploys, and verifies the fix on the physical device. - 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 the settings screen of your iPhone app, invoke this Skill to locate the faulty code, patch it, push the new build to the device, and confirm the crash is gone. ## Quick Start Ask the agent to fix the iOS bug that /ios-qa just reported 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 the ios-fix 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 bug is resolved without manual steps.

How does automated iOS bug fixing verify the fix works?

The skill redeploys the patched build to a real iOS device and re-runs the failing scenario to confirm the fix. It also captures the pre-bug state snapshot as a regression fixture so the bug cannot silently recur.

Does iOS auto-fix require a physical device or simulator?

The workflow is designed around a real connected iOS device for deployment and verification, closing the loop from bug discovery to confirmed fix on actual hardware.

What are the limitations of autonomous iOS bug fixing?

The skill depends on a bug report with enough context to locate the faulty code, and on build and deploy tooling succeeding. Complex architectural defects or ambiguous reproduction steps may still require human review.