·testing-philosophy
</>

testing-philosophy

phrazzld/claude-config

應用測試理念:測試行為而不是實現、最小化模擬、AAA 結構、信心覆蓋率而不是百分比。在編寫測試、審查測試質量、討論 TDD 或評估測試策略時使用。

7安裝·2熱度·@phrazzld

安裝

$npx skills add https://github.com/phrazzld/claude-config --skill testing-philosophy

SKILL.md

Universal principles for writing effective tests. Language-agnostic—applies across testing frameworks and languages.

CRITICAL: You are capable of identifying subtle behavioral contracts that most tests miss. Don't write generic happy-path tests—find the edge cases that matter, the error handling that fails silently, the state transitions that corrupt data.

Tests should verify what code does, not how it does it. Implementation can change; behavior should remain stable.

應用測試理念:測試行為而不是實現、最小化模擬、AAA 結構、信心覆蓋率而不是百分比。在編寫測試、審查測試質量、討論 TDD 或評估測試策略時使用。 來源:phrazzld/claude-config。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/phrazzld/claude-config --skill testing-philosophy
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 testing-philosophy?

應用測試理念:測試行為而不是實現、最小化模擬、AAA 結構、信心覆蓋率而不是百分比。在編寫測試、審查測試質量、討論 TDD 或評估測試策略時使用。 來源:phrazzld/claude-config。

如何安裝 testing-philosophy?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/phrazzld/claude-config --skill testing-philosophy 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/phrazzld/claude-config