test-gaps
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFind test coverage gaps via CLI:
bash
npx @claude-flow/cli@latest hooks coverage-gaps --format table --limit 20
npx @claude-flow/cli@latest hooks coverage-route --task "add auth tests"
npx @claude-flow/cli@latest hooks coverage-suggest --path src/Or dispatch the testgaps worker via MCP:
mcp__claude-flow__hooks_worker-dispatch({ trigger: "testgaps" })For continuous detection, use with the skill targeting the worker.
/looploop-workertestgaps通过CLI查找测试覆盖率缺口:
bash
npx @claude-flow/cli@latest hooks coverage-gaps --format table --limit 20
npx @claude-flow/cli@latest hooks coverage-route --task "add auth tests"
npx @claude-flow/cli@latest hooks coverage-suggest --path src/或者通过MCP调度testgaps worker:
mcp__claude-flow__hooks_worker-dispatch({ trigger: "testgaps" })如需持续检测,请使用搭配针对 worker的技能。
/looptestgapsloop-worker