工程開發
test-driven-development
強制執行測試驅動開發 (TDD),要求在撰寫程式碼前先編寫失敗測試,確保程式碼可靠性並防止過早工程化。
安裝
Agent 類型
Claude Code
安裝指令 (macOS)
curl -fsSL "https://mentalok.io/api/v1/skills/test-driven-development/install?os=mac&agent=claude" | bash
安裝指令 (Windows)
curl -L "https://mentalok.io/api/v1/skills/test-driven-development/install?os=windows&agent=claude" -o install-test-driven-development.bat && install-test-driven-development.bat
下載安裝腳本