swiftui-performance-audit

swiftui performance audit

dimillian 3.9k ↓ 7.9k MIT updated 4mo ago
Claude Code
View source ↗

What it does

  • Target view or feature code.
  • Symptoms and exact reproduction steps.
  • Data flow: @State, @Binding, environment dependencies, and observable models.
  • Whether the issue shows up on device or simulator, and whether it was observed in Debug or Release.
  • CPU spike or battery drain
  • Janky scrolling or dropped frames
  • High memory or image pressure

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

swiftui performance audit

Source

Repository: https://github.com/dimillian/skills

swiftui-performance-audit FAQ

What does the swiftui-performance-audit skill do?

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient. Target view or feature code. Symptoms and exact reproduction steps.

How do I install swiftui-performance-audit?

Run: npx -y skills add https://github.com/dimillian/skills --skill swiftui-performance-audit --agent claude-code — the source lives at github.com/dimillian/skills.

Maintain swiftui-performance-audit?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

swiftui-performance-audit on getagentictools
[![swiftui-performance-audit on getagentictools](https://getagentictools.com/badge/skills/dimillian-skills-swiftui-performance-audit.svg)](https://getagentictools.com/skills/dimillian-skills-swiftui-performance-audit?ref=badge)
npx agentictools info skills/dimillian-skills-swiftui-performance-audit

The second line is the CLI lookup for this page — handy in READMEs and docs.