什麼是 mutation-testing?
在創建 PR 之前進行突變測試以驗證測試品質。運行突變工具,強制執行 100% 殺滅率,報告倖存的突變體並提供建議的修復方案。在驗證測試覆蓋率、準備拉取請求、檢查測試品質或詢問突變測試時啟動。 來源:jwilger/agent-skills。
在創建 PR 之前進行突變測試以驗證測試品質。運行突變工具,強制執行 100% 殺滅率,報告倖存的突變體並提供建議的修復方案。在驗證測試覆蓋率、準備拉取請求、檢查測試品質或詢問突變測試時啟動。
透過命令列快速安裝 mutation-testing AI 技能到你的開發環境
來源:jwilger/agent-skills。
Value: Feedback -- mutation testing closes the verification loop by proving that tests actually detect the bugs they claim to prevent. Without it, passing tests may provide false confidence.
Teaches the agent to run mutation testing as a quality gate before PR creation. Mutation testing makes small changes (mutations) to production code and checks whether tests catch them. Surviving mutants reveal gaps where bugs could hide undetected. The required mutation kill rate is 100%.
Detect the project type and run the appropriate mutation testing tool.
在創建 PR 之前進行突變測試以驗證測試品質。運行突變工具,強制執行 100% 殺滅率,報告倖存的突變體並提供建議的修復方案。在驗證測試覆蓋率、準備拉取請求、檢查測試品質或詢問突變測試時啟動。 來源:jwilger/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/jwilger/agent-skills --skill mutation-testing在創建 PR 之前進行突變測試以驗證測試品質。運行突變工具,強制執行 100% 殺滅率,報告倖存的突變體並提供建議的修復方案。在驗證測試覆蓋率、準備拉取請求、檢查測試品質或詢問突變測試時啟動。 來源:jwilger/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jwilger/agent-skills --skill mutation-testing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jwilger/agent-skills