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`…
Review a given code review markdown document, GitHub PR review, or inline feedback — corroborate each point against actual code, then implement valid changes.
> /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.
/review-feedbackContext preview
What this command does when you run it.
Review a given code review markdown document, GitHub PR review, or inline feedback — corroborate each point against actual code, then implement valid changes.
description: Review a given code review markdown document, GitHub PR review, or inline feedback — corroborate each point against actual code, then implement valid changes.
Review a code review document, GitHub code review comment, or inline feedback. Corroborate each point against the actual implementation before acting.
After invoking, provide:
1. **Resolve Inputs**
1. If the user provided a file path, read the file in its entirety to extract all review feedback. 2. If the user provided a GitHub PR link, use `gh pr view <number> --comments` or `gh api repos/{owner}/{repo}/pulls/{number}/comments` to fetch the review content. If the link points to a specific comment, focus on that comment; otherwise, gather all review comments. 3. If the user provided inline feedback directly, use it as-is. 4. If none of the above are provided or are ambiguous, stop and ask the user for clarification.
2. **Parse and Catalog Feedback Items**
3. **Gather Implementation Context**
4. **Corroborate and Validate Each Feedback Item** For each feedback item from Step 2:
5. **Address Feedback** For all items classified as **Valid — Will Address** or **Valid — Alternative Approach**:
6. **Report Completion** Summarize:
The workflow produces: 1. A numbered catalog of all feedback items with corroboration status 2. Implemented code changes for all valid feedback 3. A completion summary with change descriptions, declined items with reasoning, and any open questions
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.