# skydoves/compose-stability-analyzer

🦄 Real-time analysis of Jetpack Compose composable functions' stability directly within Android Studio and IntelliJ.

Repository: https://github.com/skydoves/compose-stability-analyzer
Canonical: https://ross.abutalabs.com/products/compose-stability-analyzer
Homepage: https://skydoves.github.io/compose-stability-analyzer/
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: android, compose, intellij-plugin, jetpack-compose, kotlin-compiler-plugin, skydoves, stability
Last push: 2026-08-22T00:18:11+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 98, longevity 21
- inputs: {"age_days": 305, "days_push": 12, "days_rel": 12, "gap_med": 5, "n_releases_24m": 28}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1635, forks 40 (observed 2026-08-28T04:05:14.459732+00:00)

## What it is
An IntelliJ/Android Studio plugin (with a Kotlin compiler plugin component) that analyzes Jetpack Compose composable functions' stability in real time, showing why composables are stable or unstable via gutter icons, tooltips, inline hints, and inspections. It also provides runtime recomposition tracing via a @TraceRecomposition annotation and Gradle tasks for CI stability reports.

## Use cases
- find why a Jetpack Compose composable is unstable
- catch unnecessary recompositions in Android Studio
- trace which parameters cause recomposition at runtime
- prevent Compose stability regressions in CI
- view project-wide composable stability in the IDE
- get quick fixes for unstable composable parameters

## When to choose
- you develop Android apps with Jetpack Compose and want to optimize recomposition performance
- you need IDE-integrated, real-time stability feedback with inspections and quick fixes
- you want CI-enforced stability checks via Gradle tasks

## When to avoid
- you don't use Jetpack Compose or Kotlin
- you need general-purpose Android linting rather than Compose stability analysis
- your project doesn't use Android Studio or IntelliJ

## Facets
- artifact type: plugin
- maturity: active
- function: developer-tools, monitoring, testing, code-review
- domain: android-tools, developer-tools, frontend, performance
- platform: editor-plugin, jvm
- tags: jetpack-compose, intellij-plugin, android-studio, recomposition, stability-analysis, gradle, kotlin-compiler-plugin, android

## Member repositories
- skydoves/compose-stability-analyzer (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:14.459732+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:47:02.305475+00:00, confidence not recorded.
  - readme: https://github.com/skydoves/compose-stability-analyzer (fetched 2026-08-28T04:05:14.459732+00:00, sha d73db001373b)
  - homepage: https://skydoves.github.io/compose-stability-analyzer/ (fetched 2026-08-29T11:20:02.874441+00:00, sha 275f722a2286)
- Data as of 2026-08-30T08:39:29.467469+00:00.
