What problem does it solve?
It helps you review Android pull requests and quickly spot issues that can break user experiences or degrade the codebase, such as bugs, architecture regressions, and insufficient test coverage.
Core Features & Use Cases
- Bug and regression detection: Prioritizes user-visible failures so problems are caught before merging.
- Clean Architecture and boundary checks: Flags architecture violations that undermine maintainability.
- Test quality and coroutine/Compose risk review: Identifies missing or weak tests and common Kotlin/Android concurrency, Flow, and lifecycle hazards.
- Use Case: Review a PR that changes audio playback or data flow and ensure it keeps MVVM/Clean Architecture boundaries intact, has appropriate tests, and doesn’t introduce threading or Compose state problems.
Quick Start
Use the android-pr-review skill to review the pull request diff against AGENTS.md and produce a severity-ordered checklist of findings with file/line references and actionable fixes.