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`…
Execute pre-task preparations and context loading.
> /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.
/pre-taskContext preview
What this command does when you run it.
Execute pre-task preparations and context loading.
Execute pre-task preparations and context loading.
npx claude-flow hook pre-task [options]
npx claude-flow hook pre-task --description "Implement user authentication"
npx claude-flow hook pre-task -d "Continue API development" --load-memory
npx claude-flow hook pre-task -d "Debug issue #123" --auto-spawn-agents false
npx claude-flow hook pre-task -d "Refactor codebase" --optimize-topology --estimate-complexity
This hook is automatically called by Claude Code when:
Manual usage in agents:
# In agent coordination npx claude-flow hook pre-task --description "Your task here"
Returns JSON with:
{
"continue": true,
"topology": "hierarchical",
"agentsSpawned": 5,
"complexity": "medium",
"estimatedMinutes": 30,
"memoryLoaded": true
}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.