Skip to main content
Back to registry

swiftui-performance-audit

dimillian/skills

Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.

Installs2
Install command
npx skills add https://github.com/dimillian/skills --skill swiftui-performance-audit
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. Collect: Focus on: Provide: Explain how to collect data with Instruments: Ask for: Prioritize likely SwiftUI culprits: Summarize findings with evidence from traces/logs. Apply targeted fixes: Look for these patterns during code review. Prefer cached formatters in a model or a dedicated helper: Prefer precompute or cache on change: Prefer sort once before view updates: Prefer a prefiltered collection with stable identity. Avoid id: \.self for non-stable values; use a stable ID. Prefer one stable base view and localize conditions to sections/modifiers (for example inside toolbar , row content, overlay , or disabled ). This reduces root identity churn and helps SwiftUI diffing stay efficient. Prefer decode/downsample off the main thread and store the result.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does swiftui-performance-audit do?

Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps.

Is swiftui-performance-audit good?

swiftui-performance-audit does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does swiftui-performance-audit work with?

swiftui-performance-audit currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to swiftui-performance-audit?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install swiftui-performance-audit?

npx skills add https://github.com/dimillian/skills --skill swiftui-performance-audit

Related skills

More from dimillian/skills

Related skills

Alternatives in Software Engineering