with one click
Detect missing test coverage and generate test suggestions
npx skills add https://github.com/ruvnet/ruflo --skill test-gapsCopy and paste this command into Claude Code to install the skill
Detect missing test coverage and generate test suggestions
npx skills add https://github.com/ruvnet/ruflo --skill test-gapsCopy and paste this command into Claude Code to install the skill
| name | test-gaps |
| description | Detect missing test coverage and generate test suggestions |
| argument-hint | [--path PATH] [--limit N] |
| allowed-tools | Bash(npx *) mcp__claude-flow__hooks_worker-dispatch Read Grep |
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__claude-flow__hooks_worker-dispatch({ trigger: "testgaps" })
For continuous detection, use /loop with the loop-worker skill targeting the testgaps worker.
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation
Scaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents