Agent Skills: iOS Quick Fix Protocol

Fast diagnosis and fix for common iOS build/runtime issues

UncategorizedID: willsigmon/sigstack/ios-quick-fix

Install this agent skill to your local

pnpm dlx add-skill https://github.com/willsigmon/sigstack/tree/HEAD/ops/sigmachines/claude/skills/ios-quick-fix

Skill Files

Browse the full folder contents for ios-quick-fix.

Download Skill

Loading file tree…

ops/sigmachines/claude/skills/ios-quick-fix/SKILL.md

Skill Metadata

Name
ios-quick-fix
Description
Fast diagnosis and fix for common iOS build/runtime issues

iOS Quick Fix Protocol

Diagnose and fix common iOS development issues:

  1. Run diagnostic:
make verify
  1. Check for common issues:
  • SPM package resolution failures → make spm-reset
  • Derived data corruption → make clean
  • Simulator issues → xcrun simctl list devices
  • Missing dependencies → make resolve
  1. Fix based on error type:
  • Build errors: Clean + rebuild
  • Test failures: Check test file locations
  • Runtime crashes: Check simulator logs
  • Missing symbols: Resolve dependencies
  1. Verify fix:
make build

Return what was broken and how it was fixed.