What problem does it solve?
Jetpack Compose performance issues are often diffuse and hard to triage. This Skill provides a structured, four-phase audit that scales from baseline measurement to verified improvements, guiding teams to targeted fixes rather than guesswork.
Core Features & Use Cases
- Orchestrates Measure → Diagnose → Fix → Verify loop by sequencing 25 focused skills (release-mode setup, R8, Baseline Profiles, Compile reports, stability inference, Layout Inspector, TraceRecomposition, stabilization, strong skipping, phase-deferral, derivedStateOf, lazy layouts, lazy prefetch, Modifier.Node, modifier ordering, flow collection, effects, CI gates, hot-reload) and outputs a formal audit report with Before/After Macrobenchmark numbers.
- Suitable for perf sprint kickoff, pre-release performance gates, onboarding to a perf-troubled codebase, or delivering a written performance assessment to teammates.
- Guides execution with prerequisites and cross-links to sibling SKILL.md to ensure proper sequencing of steps.
Quick Start
Start the audit by configuring a release-mode Macrobenchmark, then run Phase 1 baseline measurements and proceed through the four-phase loop to produce the final report.