with one click
android-check
Run compile, lint, and unit test checks.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run compile, lint, and unit test checks.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Plan and execute the migration of a v5 payment method to the v6 component architecture.
Create a branch with correct prefix and base.
Create a commit with pre-commit checks and conventions.
Create a draft PR with title, body, and checklist.
| name | android-check |
| description | Run compile, lint, and unit test checks. |
Run verification checks for the Adyen Android SDK.
Invoke this skill to verify the project compiles, tests pass, and lint is clean.
Optional parameter: A module name to scope checks to a single module (e.g., card, drop-in, checkout-core). If not provided, checks run for the entire project.
Run the full check task (compile, lint, unit tests):
./gradlew :<module>:check./gradlew checkapiCheck task fails): This means .api dump files are out of date. Inform the developer that they need to run ./gradlew apiDump (or ./gradlew :<module>:apiDump if module-scoped) to regenerate the .api files, and include those files in their commit.