Skills Development Detect Missing Test Coverage Gaps

Detect Missing Test Coverage Gaps

v20260716
test-gaps
This tool helps development teams identify gaps in their current test coverage. It analyzes code paths and detects areas that lack adequate unit or integration tests, generating actionable suggestions for improvement. Use it when assessing code quality after a feature implementation, or when a user needs to know which parts of the codebase require further testing.
Get Skill
149 downloads
Overview

Find test coverage gaps via CLI:

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__plugin_ruflo-core_ruflo__hooks_worker-dispatch({ trigger: "testgaps" })

For continuous detection, use /loop with the loop-worker skill targeting the testgaps worker.

Info
Category Development
Name test-gaps
Version v20260716
Size 854B
Updated At 2026-07-18
Language