How this command is triggered — by the user, by Claude, or both
Slash command
/pr-comment-fixer:fix-issue Optional specific Pull Request to FixThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# PR Comment Fixer **FIRST: Load the pr-comment-fixer:fix-issues skill** using the Skill tool to understand what you are expected to do and follow the instructions. **If $ARGUMENTS is provided:** - User has given specific instructions: `$ARGUMENTS` - Use this Pull Request number for further processing
FIRST: Load the pr-comment-fixer:fix-issues skill using the Skill tool to understand what you are expected to do and follow the instructions.
If $ARGUMENTS is provided:
$ARGUMENTSnpx claudepluginhub stilero/claude-plugins --plugin pr-comment-fixer/fix-prFetches unresolved comments from the current branch's PR, addresses reviewer concerns, and applies targeted code fixes.
/resolve-pr-commentsAnalyzes unresolved PR review comments for given PR number or URL, fixes valid concerns across codebase, and drafts responses for invalid ones.
/fixprcAutonomously fixes PR comments, review feedback, merge-blocking issues, and CI problems using iterative genesis and copilot until PR is mergeable (max 7 iterations).
/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.
/pr-feedbackClassifies PR review comments by priority (must/imo/nits/q), analyzes CI errors with 3-step root cause method, generates ordered response plans, and verifies fix quality.
/pr-feedbackAnalyzes PR review comments by classifying into must/imo/nits/q priorities, creates action plans, performs 3-stage root cause analysis on CI errors, and verifies fixes with tests and linting.