What problem does it solve?
It identifies performance and correctness issues in Jetpack Compose and Compose Multiplatform codebases, then produces a severity-ranked audit that points directly to the canonical remediation skills.
Core Features & Use Cases
- 3-phase, performance-first audit: prioritizes Composition restart risks, then classifies Layout/Drawing evidence into warning or suggestion tiers.
- Discovery → scan → severity → routing workflow: detects project shape and Compose/CMP setup, runs pattern-based static scans, applies a severity rubric, and routes each finding to the correct downstream skill.
- CMP-aware validation: applies platform/source-set rules for
commonMain and version-gated lifecycle/navigation expectations, using context7 for documentation checks.
- Actionable reporting contract: emits a structured report template including caps, evidence snippets, docs consulted, and a “Next Skills to Load” list.
Quick Start
Use compose-audit to review your project by asking: "audit my Compose project and route performance issues to the right fix skills."