com um clique
test-gaps
Detect missing test coverage and generate test suggestions
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Detect missing test coverage and generate test suggestions
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Run one Codex-managed autopilot iteration using Ruflo MCP or CLI state
Use learned patterns and current state to predict the optimal next Codex action
Discover and recommend ruflo plugins based on your workflow, installed MCP tools, and current task
Initialize a new Ruflo project with MCP tools, hooks, and agent configuration
Observe Ruflo swarm status from Codex with bounded checks
Initialize a Ruflo swarm and coordinate Codex-native follow-up work
| 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, run the testgaps worker periodically via an external scheduler, CI job, or user-requested follow-up session.