Agent skill

ios-quick-fix

Fast diagnosis and fix for common iOS build/runtime issues

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ios-quick-fix

SKILL.md

iOS Quick Fix Protocol

Diagnose and fix common iOS development issues:

  1. Run diagnostic:
bash
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:
bash
make build

Return what was broken and how it was fixed.

Didn't find tool you were looking for?

Be as detailed as possible for better results