什么是 android-tdd?
Android 测试驱动开发标准。实施红-绿-重构循环、测试金字塔 (70/20/10)、特定于层的测试策略和 CI 集成。使用 TDD 方法构建或审查 Android 应用程序时使用。 来源:peterbamuhigire/skills-web-dev。
Android 测试驱动开发标准。实施红-绿-重构循环、测试金字塔 (70/20/10)、特定于层的测试策略和 CI 集成。使用 TDD 方法构建或审查 Android 应用程序时使用。
通过命令行快速安装 android-tdd AI 技能到你的开发环境
来源:peterbamuhigire/skills-web-dev。
TDD is a development process where you write tests before feature code, following the Red-Green-Refactor cycle. Every feature starts with a failing test, gets minimal implementation, then is refined.
Core Principle: No production code without a failing test first.
Icon Policy: If UI code is generated as part of TDD, use custom PNG icons and maintain PROJECTICONS.md (see android-custom-icons).
Android 测试驱动开发标准。实施红-绿-重构循环、测试金字塔 (70/20/10)、特定于层的测试策略和 CI 集成。使用 TDD 方法构建或审查 Android 应用程序时使用。 来源:peterbamuhigire/skills-web-dev。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill android-tddAndroid 测试驱动开发标准。实施红-绿-重构循环、测试金字塔 (70/20/10)、特定于层的测试策略和 CI 集成。使用 TDD 方法构建或审查 Android 应用程序时使用。 来源:peterbamuhigire/skills-web-dev。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill android-tdd 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/peterbamuhigire/skills-web-dev