بنقرة واحدة
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 المهني
Build or rebuild the ADR index + dependency graph in AgentDB by running the in-process `agentdb index` command (one cold-start, all surfaces in one pass — no per-record npx round-trips). Handles v3-style and plugin-style ADR formats.
Create a new Architecture Decision Record with sequential numbering and AgentDB registration
Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.
Analyze git diffs for risk scoring, reviewer recommendations, and change classification
Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.
Transfer learned patterns from another project on disk into this one -- the project-to-project pattern transfer that hooks_transfer performs
| name | test-gaps |
| description | Detect missing test coverage and generate test suggestions |
| argument-hint | [--threshold N] [--critical-only] [--path PATH] |
| allowed-tools | Bash(npx *) mcp__ruflo__hooks_worker-dispatch Read Grep |
Find test coverage gaps via CLI:
npx @sparkleideas/cli@latest hooks coverage-gaps --threshold 80 --critical-only
npx @sparkleideas/cli@latest hooks coverage-route --task "add auth tests"
npx @sparkleideas/cli@latest hooks coverage-suggest --path src/ --limit 20
(coverage-gaps has no --limit flag — its real options are --threshold,
--critical-only, --group-by-agent. The --limit flag is real on
coverage-suggest; on the MCP surface a limit param applies there too.)
Or dispatch the testgaps worker via MCP:
mcp__ruflo__hooks_worker-dispatch({ trigger: "testgaps" })
For continuous detection, use /loop with the loop-worker skill targeting the testgaps worker.