Help us improve
Share bugs, ideas, or general feedback.
From claude-commands
Autonomously fixes PR comments, review feedback, merge-blocking issues, and CI problems using iterative genesis and copilot until PR is mergeable (max 7 iterations).
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:fixprccommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
## ⚡ EXECUTION INSTRUCTIONS FOR CLAUDE **When this command is invoked, YOU (Claude) must execute these steps immediately:** **This is NOT documentation - these are COMMANDS to execute right now.** **Use TodoWrite to track progress through multi-phase workflows.** ## 🚨 EXECUTION WORKFLOW ### Phase 1: Execute Documented Workflow **Action Steps:** 1. Review the reference documentation below and execute the detailed steps sequentially. ## 📋 REFERENCE DOCUMENTATION # /fixprc - Fix PR Comments (Autonomous PR Comment Resolution) ## 🎯 Purpose **Autonomous PR comment fixing system combinin...
/handle-pr-commentsIterates through all PR review comments, fixes issues, responds to threads, and ensures CI passes before marking the PR complete.
/fix-prFetches unresolved comments from the current branch's PR, addresses reviewer concerns, and applies targeted code fixes.
/fix-pr-feedbackFetches all reviewer comments on a PR, implements fixes locally, waits for user approval before pushing, then monitors CI to completion.
/resolve-pr-commentsAnalyzes unresolved PR review comments for given PR number or URL, fixes valid concerns across codebase, and drafts responses for invalid ones.
/resolve-pr-commentFetches and resolves PR review comments in priority order — blocking, high, medium, low — with user-selectable scope and todo tracking.
/pr-review-fixFixes specific issues identified in a PR review by gathering context from the PR and review comments, then delegating implementation to the feature-dev workflow.
Share bugs, ideas, or general feedback.
When this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps:
Autonomous PR comment fixing system combining genesis + copilot specialized for PR comment resolution
Similar to /copilotc but specifically optimized for PR comment threads, code review feedback, and merge-blocking issues.
Pattern: Autonomous PR-specific comment resolution system powered by genesis
Flow:
1. `/gene "fix all PR comments and make PR mergeable" 7 --iterate`
2. Auto-execute `/copilot` with PR comment focus for each iteration
3. Continue until PR is clean and mergeable within the 7-iteration cap
4. Success when all PR comment threads resolved
FULLY AUTONOMOUS: This command operates without user intervention until all PR comments are resolved.
Phase 1: PR Comment Analysis & Goal Setup
# Execute genesis with PR-specific comment resolution goal (7 iteration cap by default)
# Uses --iterate flag to skip initial Cerebras generation for faster iteration
/gene "analyze and fix all PR comments, review feedback, and merge-blocking issues" 7 --iterate
Phase 2: PR-Focused Copilot Processing
/copilot with PR focusPhase 3: PR Merge Readiness Validation
Default Behavior:
/gene cycles for focused PR remediation)Custom Usage:
/fixprc # Use default PR-optimized settings
/fixprc --max-iterations 5 # Custom iteration limit for simple PRs
PR-CENTRIC GENESIS: Uses /gene with PR-specific success criteria
SPECIALIZED COPILOT INTEGRATION: PR comment processing optimization
Perfect for:
Example PR Scenarios:
Target Performance:
PR Success Pattern: Most PRs become mergeable within 3-4 iterations
/copilotc - General genesis-driven copilot (broader GitHub comment scope)/copilot - Single-pass fast PR processing/gene - Genesis execution system (autonomous goal achievement)/pr - Complete development lifecycle (includes PR creation + processing)Command completes successfully when:
Iteration ends when: Max iterations reached OR PR fully mergeable
/fixprc (PR Comment Focused):
/copilotc (General GitHub Comments):
PR-Specialized Composition: This command uses universal composition optimized for PR comment resolution workflows, with specialized success criteria and validation methods focused on PR merge readiness.
Context Efficiency: Inherits genesis system optimizations while adding PR-specific processing patterns for maximum efficiency in comment resolution cycles.