بنقرة واحدة
test-gaps
Detect missing test coverage and generate test suggestions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Detect missing test coverage and generate test suggestions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.