在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用android-check
星标147
分支79
更新时间2026年6月4日 08:20
Run compile, lint, and unit test checks.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run compile, lint, and unit test checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.