Emasoft

iOS Cleanup — Development skill for Claude Code

Development community

Exhaustive iOS hardening — review, plan, fix all P0-P2, modernize, optimize.

How to install iOS Cleanup

Installs to ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-cleanup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-cleanup && curl -fsSL https://raw.githubusercontent.com/Emasoft/emasoft-complete-ios-app-authoring/HEAD/commands/ios-cleanup.md -o ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-cleanup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What iOS Cleanup does


description: Exhaustive iOS hardening — review, plan, fix all P0-P2, modernize, optimize. argument-hint: "[path] [--focus crashes|swift6|compliance|perf|deslop]"

/ios-cleanup — Exhaustive Engineering Hardening

Take the iOS app at **$1** (default: current directory) from "works on my machine" to "production-hardened": crash-free, Swift 6.2 strict-concurrency clean, App-Store compliant, optimized, and free of dead code / AI slop. Optional `--focus ` narrows the sweep (`crashes`,

Alternatives in Development

  • Translation Fix — 智能修复翻译问题和质量缺陷, 可独立使用或由 /translation-review 自动衔接调用 695 ★
  • M Review Again — Review Again: Multi-Round Review & Fix Loop 139 ★
  • Fix Review Findings — 修复已有 Review 报告中的问题,验证后执行复审 113 ★

Full documentation available on GitHub

View Source Repository