关于
This Claude Skill automatically generates a GitHub Actions workflow for running Android unit and instrumented tests in CI. It creates a ready-to-use `test.yml` configuration file that triggers on pushes and pull requests to main branches. Developers should use it to quickly set up continuous testing for their Android projects without manually writing the CI pipeline.
快速安装
Claude Code
推荐npx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/android-ci-tests在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
常见问题
什么是 android-ci-tests Skill?
android-ci-tests 是一个 Claude Skill,作者为 majiayu000。Skill 将 Claude 按需加载的说明和资源打包,让 Claude 无需额外提示即可执行与 android-ci-tests 相关的任务。
如何安装 android-ci-tests?
使用本页的安装命令:将 android-ci-tests 作为插件添加到 Claude Code,或将其仓库克隆到 skills 目录,然后重启 Claude 以加载该 Skill。
android-ci-tests 属于哪个分类?
android-ci-tests 属于其他分类。
android-ci-tests 可以免费使用吗?
可以。android-ci-tests 已收录在 AIMCP,可免费安装。
相关推荐技能
这个Skill为Android开发者自动化配置Fastlane,专门用于Play Store部署和截图自动化。它通过supply实现应用发布管理,并通过screengrab自动生成商店截图。开发者只需提供包名和服务账户JSON路径,即可获得完整的Fastlane配置文件和目录结构。
这个Claude Skill能自动生成Android应用在Google Play商店所需的所有上架素材,包括1024x500尺寸的特色图形和完整的元数据模板。它简化了商店列表的创建流程,特别适合需要快速准备应用发布材料的开发者。通过集成Fastlane工具链,它能确保所有素材符合Google Play的规范要求。
这个Skill为Android项目自动化配置完整的发布构建流程。它依次执行密钥库生成、ProGuard/R8配置和签名设置,确保生产环境和本地开发环境的安全构建。特别适合需要快速设置标准化发布流程的开发者,使用Kotlin DSL的Gradle项目可直接使用。
这个Claude Skill为Android开发者自动生成GitHub Actions工作流,实现生产环境的渐进式部署。它创建两个关键工作流:一个用于生产部署,另一个用于管理分阶段发布。开发者只需提供应用包名,即可获得完整的CI/CD配置,特别适合需要控制发布节奏的团队。
