測試體檢診斷器(test review / audit existing tests / find test blind spots)——讀一份既有測試,找出盲點與建議,產出一份 self-contained HTML 報告(不修改任何 source/測試/設定)。報告每條 finding 帶嚴重度,可 toggle 展開被測 source 的關鍵幾行。只診斷不寫測試:要補測試或自動改善測試,請改走 tdd 或你的測試改善 skill。
$npx -y skills add mukiwu/muki-ai-plugins --skill review-testsInstalls into the current project.
Run `npx skills use "https://github.com/mukiwu/muki-ai-plugins" --skill "mukiwu/muki-ai-plugins/review-tests"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mukiwu/muki-ai-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/mukiwu/muki-ai-plugins"` and select the relevant skills, then follow their instructions.