Emasoft

iOS Localize — Security skill for Claude Code

Security community

Audit localization & RTL — unlocalized strings, missing locale values, formatting, xcstrings gaps.

How to install iOS Localize

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

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

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

What iOS Localize does


description: Audit localization & RTL — unlocalized strings, missing locale values, formatting, xcstrings gaps argument-hint: "[path] [--focus strings|rtl|formatting|plurals|catalog]"

Audit an iOS/iPadOS/macOS app for **localization (i18n) and right-to-left (RTL) correctness** targeting iOS 26 / Swift 6.2 / Xcode 26, then optionally manage the String Catalog. Arguments: `$ARGUMENTS` — `$1` = source path (default: detect the app target / repo root); `$2` = optional `--focus` to narrow th

Alternatives in Security

  • Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
  • SEO Audit — Run a comprehensive SEO audit — technical health, on-page, content gaps, E-E-A-T, link profile, and competitor 64 ★
  • Audit Performance — Performance audit 63 ★

Full documentation available on GitHub

View Source Repository