swiftui-performance-audit
Diagnose and remediate SwiftUI performance issues like janky scrolling, memory growth, and layout thrash.
Install
npx skills add https://github.com/dimillian/skills --skill swiftui-performance-auditStats
| Total installs | 4,335 |
| Weekly installs | 4.3K |
| GitHub stars | 2.4K |
| First seen | Jan 20, 2026 |
| Source | @dimillian/skills |
Summary
- Classifies symptoms (slow rendering, janky scrolling, CPU spikes, memory growth, hangs, excessive view updates) and performs code-first review against common anti-patterns like invalidation storms, unstable list identity, and layout thrash.
- Guides users through Instruments profiling when code review alone is inconclusive, with structured intake checklists and trace analysis.
- Provides remediation patterns for state scope narrowing, identity stabilization, moving heavy work out of body, and image optimization, with before/after validation steps.
Tags
Related skills
| Skill | Installs | vs swiftui-performance-audit |
|---|---|---|
| interaction-design | 4,824 | +489 |
| tanstack-start-best-practices | 3,443 | -892 |
| fastapi-python | 4,256 | -79 |
| angular-signals | 4,398 | +63 |
| tsdown | 4,727 | +392 |
FAQ
- How many installs does swiftui-performance-audit have?
- swiftui-performance-audit has 4,335 total installs and 4.3K installs this week.
- Where is swiftui-performance-audit hosted?
- swiftui-performance-audit is published by @dimillian/skills at https://github.com/dimillian/skills.
- How many GitHub stars does swiftui-performance-audit have?
- swiftui-performance-audit has 2.4K GitHub stars.
- When was swiftui-performance-audit first indexed?
- OrangeBot.AI first indexed swiftui-performance-audit on Jan 20, 2026.
- How do I install swiftui-performance-audit?
- Run: npx skills add https://github.com/dimillian/skills --skill swiftui-performance-audit