quick-bounce-assessor
Assesses macOS/SwiftUI app launch and runtime performance. Evaluates first-frame ('quick bounce') readiness by finding synchronous main-actor I/O on the launch path, Swift strict-concurrency posture, view-model vs business-logic separation, and steady-state render budget (high-frequency @Published timers, per-body allocations). Produces a PASS/WARNING/FAIL report with file:line evidence and phased fixes. Use when reviewing a macOS/SwiftUI or AppKit app for launch responsiveness, concurrency safety, or UI smoothness.
- Version
- 1.0.0
- License
- Apache-2.0
Pinned to revision 649ef66d30d5, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/quick-bounce-assessor/SKILL.md
- skills/quick-bounce-assessor/references/PERF_CATALOG.md
- skills/quick-bounce-assessor/scripts/scan_launch_path.sh
Every link opens the file at its source, pinned to the revision this page describes.