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`โฆ
Automatically select the optimal swarm topology based on task complexity analysis.
> /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.
/auto-topologyContext preview
What this command does when you run it.
Automatically select the optimal swarm topology based on task complexity analysis.
Automatically select the optimal swarm topology based on task complexity analysis.
The system analyzes your task description to determine:
Based on analysis, it selects:
**Simple Task:**
Tool: mcp__claude-flow__task_orchestrate
Parameters: {"task": "Fix typo in README.md"}
Result: Automatically uses star topology with single agent**Complex Task:**
Tool: mcp__claude-flow__task_orchestrate
Parameters: {"task": "Refactor authentication system with JWT, add tests, update documentation"}
Result: Automatically uses hierarchical topology with architect, coder, and tester agentsThe pre-task hook automatically handles topology selection:
{
"command": "npx claude-flow hook pre-task --optimize-topology"
}Tool: mcp__claude-flow__topology_optimize
Parameters: {"swarmId": "current"}# Auto-optimize topology via CLI npx claude-flow optimize topology
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.