en un clic
android-check
Run compile, lint, and unit test checks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run compile, lint, and unit test checks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.
Basé sur la classification professionnelle SOC
| 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.