بنقرة واحدة
observe-metrics
Aggregate and display system metrics with anomaly detection for a time period
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Aggregate and display system metrics with anomaly detection for a time period
التثبيت باستخدام 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
Detect missing test coverage and generate test suggestions
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.
| name | observe-metrics |
| description | Aggregate and display system metrics with anomaly detection for a time period |
| argument-hint | [--period 1h] |
| allowed-tools | mcp__ruflo__memory_search mcp__ruflo__memory_list mcp__ruflo__memory_store mcp__ruflo__agentdb_pattern-search mcp__ruflo__agentdb_pattern-store mcp__ruflo__agentdb_semantic-route Bash |
Aggregate counters, gauges, and histograms from the observability namespace and flag anomalies.
When you need a snapshot of system health -- task completion rates, error rates, active agent counts, memory usage, and token consumption. Useful for monitoring swarm performance and detecting degradation.
Note (ADR-0238 S3): For live AgentDB introspection (resource usage, circuit-breaker state, rate limits, query stats), use
mcp__ruflo__agentdb_resource_usage,mcp__ruflo__agentdb_circuit_status,mcp__ruflo__agentdb_rate_limit_status, andmcp__ruflo__agentdb_query_stats. The twoagentdb_telemetry_*introspection tools were removed (the bound class has nogetMetrics/getSpansmethods).
mcp__ruflo__memory_search --namespace observability (or memory_list) to fetch metric records for the specified period (default: 1 hour). The memory_* tool family routes by namespace; agentdb_hierarchical-* does NOT, so use memory_* here.mcp__ruflo__agentdb_pattern-search (ReasoningBank-routed; don't pass a namespace argument — pattern-* tools ignore it) to establish baseline values for each metric.mcp__ruflo__agentdb_pattern-store with type: 'metric-snapshot'. No namespace arg.mcp__ruflo__memory_store --namespace observability for the snapshot tied to a timestamp.npx @sparkleideas/cli@latest memory search --query "system metrics for last hour" --namespace observability