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 post-task cleanup, performance analysis, and memory storage.
> /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.
/post-taskContext preview
What this command does when you run it.
Execute post-task cleanup, performance analysis, and memory storage.
Execute post-task cleanup, performance analysis, and memory storage.
npx claude-flow hook post-task [options]
npx claude-flow hook post-task --task-id "auth-implementation"
npx claude-flow hook post-task -t "api-refactor" --analyze-performance --generate-report
npx claude-flow hook post-task -t "bug-fix-123" --store-decisions --export-learnings
npx claude-flow hook post-task -t "minor-update" --analyze-performance false
This hook is automatically called by Claude Code when:
Manual usage in agents:
# In agent coordination npx claude-flow hook post-task --task-id "your-task-id" --analyze-performance true
Returns JSON with:
{
"taskId": "auth-implementation",
"duration": 1800000,
"tokensUsed": 45000,
"filesModified": 12,
"performanceScore": 0.92,
"learningsExported": true,
"reportPath": "/reports/task-auth-implementation.md"
}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.