什麼是 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