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:
- Run diagnostic:
bash
make verify
- 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
- Fix based on error type:
- Build errors: Clean + rebuild
- Test failures: Check test file locations
- Runtime crashes: Check simulator logs
- Missing symbols: Resolve dependencies
- Verify fix:
bash
make build
Return what was broken and how it was fixed.
Didn't find tool you were looking for?