con un clic
android-check
Run compile, lint, and unit test checks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run compile, lint, and unit test checks.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.