Emasoft

iOS Perf Audit — Security skill for Claude Code

Security community

Profile a performance/energy complaint with Instruments + MetricKit and fix the biggest contributor.

How to install iOS Perf Audit

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

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

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

What iOS Perf Audit does


description: Profile a performance/energy complaint with Instruments + MetricKit and fix the biggest contributor. argument-hint: "[symptom or area] [--focus launch|hang|memory|scroll|energy|build|size]"

Profile the performance or energy complaint described in `$ARGUMENTS`, fix the single biggest contributor, prove the win by re-measuring, and gate the regression so it can't silently return.

The complaint is `$ARGUMENTS`. If it's empty, ask the user one question: what feels slow/janky/h

Alternatives in Security

  • Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★
  • Fix Secdeps — Audit and fix Dependabot security vulnerabilities across the monorepo 390 ★
  • Code Audit — Adversarial code review tree 123 ★

Full documentation available on GitHub

View Source Repository