Review and improve an existing Android Jetpack Compose codebase using modern Compose patterns, architecture guardrails, migration guidance, and incremental fixes. Use when auditing, modernizing, or cleaning up a project that already exists.
Step-by-step guide to scaffold a new Android + Jetpack Compose project from scratch. Covers project creation in Android Studio, Gradle version catalog setup, core library selection, feature-first MVVM architecture, and Compose UI best practices. Use when starting a greenfield Android project or setting up a new app…
Use the GitHub CLI to inspect pull requests, workflow runs, CI failures, and GitHub API data. Use when reviewing PR status, debugging failed checks, triaging workflow runs, or extracting structured GitHub data.
Generate Google Play Store release notes from git logs, pull requests, commit history, changelogs, or release briefs. Use when preparing Android app release notes and when the output must differ for internal, beta, and production tracks.
Review changed code for reuse, quality, efficiency, and clarity issues, then optionally apply only high-confidence, behavior-preserving simplifications. Use when the user asks to review, simplify, clean up, or safely refactor code changes.