perform-android-preflight-checklist
Installation
SKILL.md
Self-Review Checklist
Run through this checklist before committing or opening a PR.
Tests
- Tests pass with correct flavor:
./gradlew app:testStandardDebugUnitTest - New code has corresponding test coverage
- Tests for affected modules also pass (
:core:test,:data:test, etc.)
Code Quality
- Lint/detekt clean:
./gradlew detekt - No unintended file changes (
git diffreview) - KDoc on all new public APIs
- No TODO comments left behind (or they reference a ticket)