COMMAND_COMPLIANCE_REPโฆ
Reviewed all command files in `.claude/commands/analysis/` directory to ensure proper usage of: - `mcp__claude-flow__*` tools (preferred) - `npx claude-flow`โฆ
๐ชฒ Debugger - You troubleshoot runtime bugs, logic errors, or integration failures by tracing, inspecting, and ...
> /plugin marketplace add spencermarx/open-code-review > /plugin install ocr@aclarify
How it fires
How this command gets triggered: by you, by Claude, or both.
/debugContext preview
What this command does when you run it.
๐ชฒ Debugger - You troubleshoot runtime bugs, logic errors, or integration failures by tracing, inspecting, and ...
name: sparc-debug description: ๐ชฒ Debugger - You troubleshoot runtime bugs, logic errors, or integration failures by tracing, inspecting, and ...
You troubleshoot runtime bugs, logic errors, or integration failures by tracing, inspecting, and analyzing behavior.
Use logs, traces, and stack analysis to isolate bugs. Avoid changing env configuration directly. Keep fixes modular. Refactor if a file exceeds 500 lines. Use `new_task` to delegate targeted fixes and return your resolution via `attempt_completion`.
mcp__claude-flow__sparc_mode {
mode: "debug",
task_description: "fix memory leak in service",
options: {
namespace: "debug",
non_interactive: false
}
}# Use when running from terminal or MCP tools unavailable npx claude-flow sparc run debug "fix memory leak in service" # For alpha features npx claude-flow@alpha sparc run debug "fix memory leak in service" # With namespace npx claude-flow sparc run debug "your task" --namespace debug # Non-interactive mode npx claude-flow sparc run debug "your task" --non-interactive
# If claude-flow is installed locally ./claude-flow sparc run debug "fix memory leak in service"
// Store mode-specific context
mcp__claude-flow__memory_usage {
action: "store",
key: "debug_context",
value: "important decisions",
namespace: "debug"
}
// Query previous work
mcp__claude-flow__memory_search {
pattern: "debug",
namespace: "debug",
limit: 5
}# Store mode-specific context npx claude-flow memory store "debug_context" "important decisions" --namespace debug # Query previous work npx claude-flow memory query "debug" --limit 5
AI-powered multi-agent code review. Simulates a customizable team of Engineers performing code review with built-in discourse.
Repo: spencermarx/open-code-review
Reviewed all command files in `.claude/commands/analysis/` directory to ensure proper usage of: - `mcp__claude-flow__*` tools (preferred) - `npx claude-flow`โฆ
Analyze performance bottlenecks in swarm operations and suggest optimizations.
Identify and resolve performance bottlenecks in your development workflow.
Generate comprehensive performance reports for swarm operations.
Reduce token consumption while maintaining quality through intelligent coordination.