什麼是 tdd?
測試驅動的開發工作流程-先編寫失敗的測試,實現最少的程式碼,執行全套,提交。在實作功能、修復錯誤或新增測試覆蓋範圍時使用。包括具有 mockReset:true 的項目的模擬引導階段。 來源:acedergren/agentic-tools。
測試驅動的開發工作流程-先編寫失敗的測試,實現最少的程式碼,執行全套,提交。在實作功能、修復錯誤或新增測試覆蓋範圍時使用。包括具有 mockReset:true 的項目的模擬引導階段。
透過命令列快速安裝 tdd AI 技能到你的開發環境
來源:acedergren/agentic-tools。
Enforce a strict test-driven development cycle: Red → Green → Refactor → Commit.
If the requirement is ambiguous, ask the user for clarification before writing any code.
If no test file exists, create one with proper imports and describe() block.
測試驅動的開發工作流程-先編寫失敗的測試,實現最少的程式碼,執行全套,提交。在實作功能、修復錯誤或新增測試覆蓋範圍時使用。包括具有 mockReset:true 的項目的模擬引導階段。 來源:acedergren/agentic-tools。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/acedergren/agentic-tools --skill tdd測試驅動的開發工作流程-先編寫失敗的測試,實現最少的程式碼,執行全套,提交。在實作功能、修復錯誤或新增測試覆蓋範圍時使用。包括具有 mockReset:true 的項目的模擬引導階段。 來源:acedergren/agentic-tools。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/acedergren/agentic-tools --skill tdd 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/acedergren/agentic-tools